BKreisel / bkcc

C Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bkcc

Minimal C Compiler

Requirements

  • WSL2 or Linux OS
aptitude install gcc cmake build-essential nasm gdb

Build

cmake -B build .
cmake --build build

Test

ctest -j8 -C Debug -T test --output-on-failure --test-dir build

About

C Compiler

License:MIT License


Languages

Language:C 94.7%Language:CMake 5.3%