Y
Hacker News
new
|
ask
|
show
|
jobs
by
nazar
5224 days ago
Can it compile itself then?
2 comments
cfdrake
5224 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.
link
alexpak
5224 days ago
It's not a compiler, just a syntactic parser.
link