TylerJaacks / coms440

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COM S 440 - Principles and Practice of Compiling

How to install

Prerequisite

  • gcc or clang
  • texlive-full

How to build

  1. Install the prerequisites.
  2. mkdir build && cd build
  3. cmake ...
  4. make

This will build the documentation in the build/Documentation/Documentation.pdf and the program build/Source/mycc

How to use

TODO

License

See LICENSE

Code of Conduct

See CODE_OF_CONDUCT

Authors

Tyler Jaacks tjaacks@iastate.edu

About

License:GNU General Public License v3.0


Languages

Language:C++ 67.0%Language:CMake 32.4%Language:Shell 0.5%Language:C 0.1%Language:Dockerfile 0.0%