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%
Find a file
2026-04-06 22:32:18 +00:00
.devcontainer chore: initial workspace 2026-02-16 13:39:23 +00:00
.github/workflows ci: change timeout 2026-03-20 02:10:13 +00:00
.vscode chore: setup files for ms c/cpp extension 2026-03-13 07:36:51 +00:00
include refactor: more pedantic shit 2026-04-06 23:29:44 +01:00
src refactor: more pedantic shit 2026-04-06 23:29:44 +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]