lark-parser / Lark.js

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

fix: compiler errors #29

Closed jillyj closed 2 years ago

jillyj commented 2 years ago

Fix the compiler errors addressed in https://github.com/lark-parser/Lark.js/issues/28. Other changes are to remove the extra spaces which are made automatically by IDE.

jillyj commented 2 years ago

@erezsh would you please review this PR? Thanks!

erezsh commented 2 years ago

I will

jillyj commented 2 years ago

@erezsh Is there anything I need to change in this PR?