Skip to content

yzhliu/C-Minus-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make lex
make yacc
make

./parser < test.c > test.asm

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages