C compiler with embedded metalanguage.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
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 před 3 roky
.gitignore Add AUTHORS and .gitignore před 3 roky
AUTHORS Add AUTHORS and .gitignore před 3 roky
LICENSE Initial commit před 3 roky
Makefile Makefile has target "test". Add reference output for test. před 3 roky
README.md Initial commit před 3 roky
buffer.h Initial import of framework. před 3 roky
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers před 3 roky
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers před 3 roky
ccmeta.leg fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser před 3 roky
object.c New tests, Constants OK? TODO : figure out isInteger před 3 roky

README.md

ccmeta

C compiler with embedded metalanguage.