Skip to content

pdnm/jlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLite compiler

Compiler for a simple Java-like language. Some sample JLite programs are in testcases/

The compiler operates in 4 phrases:

  • Parsing: the input is parsed with a CUP generated parser to an AST
  • Typechecking: the AST is type-checked and annotated
  • Intermediate code generation: an IR3 code is generated from the checked AST
  • Native code generation: the ARM backend generates native code from IR3

About

Compiler for JLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published