lark-parser / Lark.js

Live port of Lark's standalone parser to Javascript
MIT License
71 stars 12 forks source link

Some compiler errors in generated parser js file #28

Closed jillyj closed 2 years ago

jillyj commented 2 years ago

Got some compiler errors in generated parser js file. image image image image

erezsh commented 2 years ago

They seem simple enough. Any chance you can submit a PR? (you just need to edit lark.js)

jillyj commented 2 years ago

Yes, I can try. I'm not sure how to fix the last error for la in line 3094, is it just to remove the la from const [s, la]?

erezsh commented 2 years ago

Or change the const to let

jillyj commented 2 years ago

@erezsh is it ok for you to release a new version including this fix? Thanks!

erezsh commented 2 years ago

Will do so on monday

erezsh commented 2 years ago

Released 0.1.4