Skip to content

elvishribeiro/SmallC-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Simple Small-C Compiler

An implementation of an Small-C compiler for the Compiler course.

Grammar

The grammar accepted by the compiler is on the repository with the source code. [here]

Building

To compile just type the following

$ make

Running

Running is as simple as building

$ ./main arg
  • arg can be either a file or a path. In the case of a path the compiler will compile all the .c files in there

License

This project was made by Elvis Ribeiro and released by under the GPLv3.

Releases

No releases published

Packages

No packages published