Skip to content

AlanRuijia/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C-like compiler implemented by ANTLR.

How to run:

  1. change to this project directory;

  2. run command "make";

  3. run command "grun SimpleCompiler program > test.s";

  4. run command "gcc -s test.s";

  5. run command "./a.out";

About

This is a C-like compiler implemented by Antlr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •