Skip to content

xirzo/c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

meson setup build --buildtype=debug
meson compile -C build

Run tests

ninja -C build test

Run compiler

For now there is no support for reading external source files.

./build/c 
nasm -f elf64 c.asm -o c.o
ld c.o -o c
./c

About

Small subset of C compiler features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published