C compiler with embedded metalanguage.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
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年前
.gitignore Add AUTHORS and .gitignore 3年前
AUTHORS Add AUTHORS and .gitignore 3年前
LICENSE Initial commit 3年前
Makefile Makefile has target "test". Add reference output for test. 3年前
README.md Initial commit 3年前
buffer.h Initial import of framework. 3年前
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers 3年前
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers 3年前
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年前
object.c New tests, Constants OK? TODO : figure out isInteger 3年前

README.md

ccmeta

C compiler with embedded metalanguage.