rafapaezbas / uxnasm-js

Javascript Uxntal assembler.
6 stars 1 forks source link

Breaks on Nested Parentheses #1

Open mattdesl opened 1 year ago

mattdesl commented 1 year ago

I had the following comment in my uxntal and it would cause the assembler to break:

( moveTo(x,y) -> $4  )
Error: ParseError 'endOfInput' (position 516): Expected end of input but got ')'

Unrelated to this problem: is there a license for this project? Thanks for building it!

rafapaezbas commented 1 year ago

Hello, thank you very much for the notice. I will fix the issue as soon as I can.

About the license, I will add one also, do you have any suggestion for it? Some fully open source and useful for anyone would be what I think is right.