Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yzhliu/C-Minus-Compiler

Indent settings: alias lindent='indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1'
https://github.com/yzhliu/C-Minus-Compiler

Last synced: 3 months ago
JSON representation

Indent settings: alias lindent='indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1'

Awesome Lists containing this project

README

        

make lex
make yacc
make

./parser < test.c > test.asm

nasm -f elf test.asm
ld -s -o test test.o