6 ms·
Can it compile itself then?
by nazar 15y ago
Can it compile itself then?
- cfdrake 15y agoIt's only a parser - it just transforms plain source code into an abstract syntax tree representation. However, if you wanted to, you could use this tree for a variety of things - including translating and generating compiled code.
- alexpak 15y agoIt's not a compiler, just a syntactic parser.