Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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'
- Host: GitHub
- URL: https://github.com/yzhliu/C-Minus-Compiler
- Owner: yzhliu
- Created: 2011-06-16T15:02:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-28T18:20:00.000Z (over 13 years ago)
- Last Synced: 2023-03-14T12:20:19.006Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 218 KB
- Stars: 29
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeCompiler - C-Minus-Compiler
README
make lex
make yacc
make./parser < test.c > test.asm
nasm -f elf test.asm
ld -s -o test test.o