An amazing C compiler. Fork of Langproc/langproc-2025-cw-thog
  • C++ 69.1%
  • C 15.1%
  • Yacc 12.4%
  • Lex 2%
  • CMake 0.7%
  • Other 0.7%
Find a file
2026-05-17 17:09:03 +00:00
.devcontainer chore: initial workspace 2026-02-16 13:39:23 +00:00
.github/workflows ci: new linter action 2026-05-15 23:18:24 +01:00
.vscode chore: setup files for ms c/cpp extension 2026-03-13 07:36:51 +00:00
include refactor: _evaluateAsRValue helper and minor tweaks 2026-05-16 23:19:51 +01:00
src refactor: more _evaluateAsRValue and void return fix 2026-05-16 23:35:35 +01:00
tests test: add additional test suite 2026-03-22 22:22:20 +00:00
.clang-format chore: initial workspace 2026-02-16 13:39:23 +00:00
.clang-tidy refactor: clang-tidy things 2026-03-12 02:06:18 +00:00
.editorconfig style: editorconfig and format lexer.l 2026-02-24 18:08:41 +00:00
.gitignore feat: passes a test?? 2026-03-20 03:17:59 +00:00
CMakeLists.txt build: Dockerfile has old cmake 2026-03-12 22:15:42 +00:00
CMakePresets.json chore: cmake setup 2026-02-16 22:31:59 +00:00
CONTRIBUTING.md feat: Contributing 2026-03-19 11:18:32 +00:00
Dockerfile feat: new Dockerfile 2026-03-20 03:42:20 +00:00
Makefile build: force release build in makefile 2026-03-12 22:14:18 +00:00
README.md feat: README.md 2026-03-19 11:04:39 +00:00
requirements.txt ci: I am an idiot. 2026-02-24 13:35:43 +00:00

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]