Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniC-Compiler

This is a school project to make a simple C compiler which aim to process minimal C syntax.

The compiler has been entirely written in python 3.5 and should work out of the box on any OS with that of python, although it has only been tested in Linux

This version is consider a pre-alpha build and it should be use only with educational purposes; After you have cloned the project, to compile it just run the main.py file in the terminal or command prompt, the output shoud be an assembly file <name_of_the_file>.asm with a valid x86 instructions.

$ python3 ./main.py ejemplo.c

For any more information please check the repository or contact me through Github

If you wish, you should feel free to collaborate with the project, I would read and try apply any suggestion I receive :).

About

This is a school project to make a simple C compiler which aim to process minimal C syntax.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages