Hacker News new | ask | show | jobs
by nazar 5224 days ago
Can it compile itself then?
2 comments

It'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.
It's not a compiler, just a syntactic parser.