Skip to content

Macadamia is a Python-like programming language, it is static instead of dynamic, and it is made for academic purposes.

License

Notifications You must be signed in to change notification settings

DonLarry/Macadamia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macadamia

Macadamia is a Python-like programming language, it is static instead of dynamic, and it is made for academic purposes.

Compilation

$ make clean # clean the build
$ make configure # configure the bison and flex files
$ make # build the compiler
$ make run < input.txt # run the compiler with an input file

# OR

$ make clean; make configure; make # for building
$ make run < input.txt # for running

About

Macadamia is a Python-like programming language, it is static instead of dynamic, and it is made for academic purposes.

Topics

Resources

License

Stars

Watchers

Forks