Skip to content

PorterLu/SNLCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SNL Compiler

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.

About

A SNL language compiler that converts a SNL program into concrete syntax tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors