mirror of
https://github.com/gogandthom/thogcc.git
synced 2026-05-08 21:59:07 +00:00
An amazing C compiler. Fork of Langproc/langproc-2025-cw-thog
- C++ 69.3%
- C 15%
- Yacc 12.3%
- Lex 2%
- CMake 0.7%
- Other 0.7%
|
|
||
|---|---|---|
| .devcontainer | ||
| .github/workflows | ||
| .vscode | ||
| include | ||
| src | ||
| tests | ||
| .clang-format | ||
| .clang-tidy | ||
| .editorconfig | ||
| .gitignore | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
thogcc
This is an amazing compiler.
Invocation
./build/c_compiler -S input.c -o output.s [-v|--verbose] [-g|--graph] [(-l|--emit-llvm) output.ll]