orecc-front 0.1.9

A simple compiler frontend utility toolkit
Documentation
1
2
3
4
int main() {
   printf("Hello, World!");
   return 0;
}