This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
chibicc
mirror of
https://github.com/rui314/chibicc
Watch
1
Star
0
Fork
You've already forked chibicc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11bdd08cff
chibicc
/
.gitignore
7 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Compile an integer to an exectuable that exits with the given number
2019-08-03 05:29:50 +03:00
*~
*.o
tmp*
a.out
chibicc
Add a script for frankenbuild self.sh modifies source files for chibicc so that they are more friendly for self-hosting. The script is used to create a chibicc binary that consists of object files partly genearted by gcc and the others by chibicc. chibicc can now compile main.c and type.c with the script.
2019-08-24 06:08:12 +03:00
chibicc-gen*