C compiler with embedded metalanguage.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
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 anni fa
.gitignore Add AUTHORS and .gitignore 3 anni fa
AUTHORS Add AUTHORS and .gitignore 3 anni fa
LICENSE Initial commit 3 anni fa
Makefile Makefile has target "test". Add reference output for test. 3 anni fa
README.md Initial commit 3 anni fa
buffer.h Initial import of framework. 3 anni fa
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers 3 anni fa
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers 3 anni fa
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 anni fa
object.c New tests, Constants OK? TODO : figure out isInteger 3 anni fa

README.md

ccmeta

C compiler with embedded metalanguage.