Hacker News new | ask | show | jobs
by pathsjs 3308 days ago
The AST of Nim is a simple tree, the only thing is that the nodes of this tree are tagged with a kind that represents the kind of syntactic element, since the language is not homoiconic