Hacker News new | ask | show | jobs
by chgibb 1834 days ago
What was your solution to writing out your parsed Lua AST?
1 comments

Just checked and I did not output lua code, but I used the AST to do custom static checks; only the js part did code output, and used babel-plugin-recast to get identical formatting.