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