C compiler with embedded metalanguage.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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 4 년 전
.gitignore Add AUTHORS and .gitignore 4 년 전
AUTHORS Add AUTHORS and .gitignore 4 년 전
LICENSE Initial commit 4 년 전
Makefile Makefile has target "test". Add reference output for test. 4 년 전
README.md Initial commit 4 년 전
buffer.h Initial import of framework. 4 년 전
ccmeta-test.ref semicolons are reproduced in output; remove bogus identifiers 4 년 전
ccmeta-test.txt semicolons are reproduced in output; remove bogus identifiers 4 년 전
ccmeta.leg fix int and float constants to keep original text; print tokens properly; implement C_declaration; implement nested list building in the parser 4 년 전
object.c New tests, Constants OK? TODO : figure out isInteger 4 년 전

README.md

ccmeta

C compiler with embedded metalanguage.