This is a SNL language compiler written by our group. It converts a SNL program into concrete syntax tree. We provide a test program.
program sd
type i=integer;
var i x;
procedure sd(integer a);
begin
write(a)
end
begin
a:=1
end.
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||