maierfelix / hevia-parser

A recursive descent Swift parser written in ES6
http://maierfelix.github.io/hevia-parser
BSD 2-Clause "Simplified" License
63 stars 2 forks source link

After parsed the AST code, what the next step? #3

Open xiaoyixiao369 opened 8 years ago

xiaoyixiao369 commented 8 years ago

After parsed the AST code, what the next step? Means, how to generate JS code with Hevia.

maierfelix commented 8 years ago

I removed the code generator, for now this project is a standalone parser. Maybe i will get back again and reimplement this feature.