Name:
Anonymous
2008-12-24 12:26
Is there any language similar to javascript but which can compile to binary?
Name:
Anonymous
2008-12-26 4:29
Compilers are basically regex parsers
You are talking about the parser, which is the most simple part of a compiler.