a compiler for a c-like language using LLVM
  • C++ 88.6%
  • CMake 10.9%
  • Boogie 0.3%
  • Python 0.2%
Find a file
barnii77 b7c7d7d86c 💀💀💀💀💀
2024-12-30 21:36:47 +01:00
.github I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
CMakeFiles a lot of stuff and a lot of waiting 2024-11-27 09:38:56 +01:00
docs I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
source a lot of stuff and a lot of waiting 2024-11-27 09:38:56 +01:00
test 💀💀💀💀💀 2024-12-30 21:36:47 +01:00
.clang-format I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
.clang-tidy I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
.codespellrc I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
.gitignore working parser and codegen (i think), still have to do llvm optimization pipeline and generate assembly, assemble, link, etc 2024-08-10 01:10:53 +02:00
BUILDING.md I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
CMakeLists.txt a lot of stuff and a lot of waiting 2024-11-27 09:38:56 +01:00
CMakePresets.json I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
CODE_OF_CONDUCT.md I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
conanfile.py I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
CONTRIBUTING.md I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
CPackConfig.cmake a lot of stuff and a lot of waiting 2024-11-27 09:38:56 +01:00
CPackSourceConfig.cmake a lot of stuff and a lot of waiting 2024-11-27 09:38:56 +01:00
HACKING.md I think I have a working parser (mostly) 2024-08-06 14:36:20 +02:00
README.md readme update 2024-11-28 17:23:45 +01:00

coatc

CURRENTLY BROKEN, and will remain broken for another few months

This is the coatc project. It is an LLVM-based compiler for my C-style programming language with a rusty flair.