Hacker News new | ask | show | jobs
by cfdrake 5225 days ago
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.