Skip to content
/ mC Public
forked from PeterTh/mC

Micro-C reference implementation for the advanced compiler lab

License

Notifications You must be signed in to change notification settings

sp4r74n-117/mC

 
 

Repository files navigation

mC reference AST/parser implementation

Setup:

  • set correct c++ compiler path in Makefile (requires c++14 support) (the path is set to a scratch location accessible from zid-gpl / lab rooms)
  • if not using the default system gcc, export its library path (e.g. export LD_LIBRARY_PATH=/scratch/c703/c703432/gcc-5.3.0-install/lib64)
  • make
  • test by running ./mC test.mC

About

Micro-C reference implementation for the advanced compiler lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • C 1.3%
  • Other 0.8%