A transpiler which compiles c-like syntax to pure C. This supports classes, let declaration, for-in loops. Created using Flex and Bison.
Stars
10
Forks
1
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
70
commits
Added check for void in fn return, added file removal if non-zero number of errors according to switch variable
6a043c9View on GitHubAdded support for storing declaration file names in class, method and fn declarations
8c28335View on GitHub