ThePhD / a_c_compiler

A C compiler. ... That's it.

Repository from Github https://github.comThePhD/a_c_compilerRepository from Github https://github.comThePhD/a_c_compiler

A C Compiler

Building

The usual CMake workflow:

$ cmake -S. -Bbuild
$ cmake --build build

Testing

$ cd build
$ ctest
Internal ctest changing into directory: /home/betsy/workspace/a_c_compiler/build
Test project /home/betsy/workspace/a_c_compiler/build
    Start 1: test.lex.main
1/2 Test #1: test.lex.main ....................   Passed    0.00 sec
    Start 2: test.lex.numlit
2/2 Test #2: test.lex.numlit ..................   Passed    0.00 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   0.00 sec

Developing

See the doc directory for documentation on developing A C Compiler.

About

A C compiler. ... That's it.

License:Other


Languages

Language:C++ 80.8%Language:CMake 11.6%Language:C 7.6%