Hacker News new | ask | show | jobs
by compacct27 697 days ago
The real trick here is dodging ASTs, which, after trying to use in so many parse-the-code projects, really aren’t needed all the time but are put pretty highly on the pedestal
1 comments

An AST can carry the original source representation on each node as metadata — best of both worlds.