Tagged Questions
2
votes
0answers
140 views
CoffeeScript translates to JavaScript. Is there something like it for C? [duplicate]
Possible Duplicate:
Is there a language that transcompiles to C with a better syntax?
There are many language implementations which compile to C. However, most of them have some language ...
1
vote
5answers
3k views
How to write a very basic compiler [duplicate]
Possible Duplicate:
Best Online resources to learn about Compilers?
What would be the best way to learn about compilers, and executable formats?
Advanced compilers like gcc compile codes ...
0
votes
0answers
37 views
how to compile the code remotly and show results to the user [duplicate]
It's just a how-to question, want to know the right path to explore, can anyone guide me how the sites like http://jsfiddle.net or http://ideone.com/ works, meaning by the user inputs the code in ...