C compiler with embedded metalanguage.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Ian Piumarta 2cd0cbefaf fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser 3 år sedan
.gitignore Add AUTHORS and .gitignore 3 år sedan
AUTHORS Add AUTHORS and .gitignore 3 år sedan
LICENSE Initial commit 3 år sedan
Makefile Makefile has target "test". Add reference output for test. 3 år sedan
README.md Initial commit 3 år sedan
buffer.h Initial import of framework. 3 år sedan
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers 3 år sedan
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers 3 år sedan
ccmeta.leg fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser 3 år sedan
object.c New tests, Constants OK? TODO : figure out isInteger 3 år sedan

README.md

ccmeta

C compiler with embedded metalanguage.