Hacker News new | ask | show | jobs
by vertex-four 4437 days ago
One language that does support syntax extensions from macros is the Metalua extensions to Lua. There's a bunch of special syntax allowing you to hook into the parser and modify it while it parses a file.
1 comments