repositorypackage
0.0.0-20191002043130-726d1b410be7
Repository: https://github.com/dqneo/8cc.go.git
Documentation: pkg.go.dev
# README
The C files under this directory are written by Rui Ueyama [email protected] and licensed under the MIT license.
Useful links for C compiler development:
lcc: A Retargetable C Compiler: Design and Implementation Addison-Wesley, 1995, ISBN 0805316701, ISBN-13 9780805316704 http://www.amazon.com/dp/0805316701
TCC: Tiny C Compiler http://bellard.org/tcc/
C99 standard final draft http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf
Dave Prosser's C Preprocessing Algorithm http://www.spinellis.gr/blog/20060626/