You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have used multiple versions of Binary notes and they all throw an exception on reserved tokens. Usually reserved token are presented by three dots; "...".
Is there a possibility to apply an exception handling for such options so that no code is generated for them? I have an schema with thousands of lines with many reserved tokens.
exception error:
line 242:9: unexpected token: ...
line 255:9: unexpected token: ...
line 268:9: expecting LOWER, found '...'
line 284:9: unexpected token: ...
line 294:9: unexpected token: ...
line 309:9: unexpected token: ...
line 319:9: expecting LOWER, found '...'
The text was updated successfully, but these errors were encountered:
Thank you for reporting the issue. Missing support for reserved tokens is a known limitation. Unfortunately, I currently do not have time and motivation for working on this project. Feel free to contribute.
Hi,
I have used multiple versions of Binary notes and they all throw an exception on reserved tokens. Usually reserved token are presented by three dots; "...".
Is there a possibility to apply an exception handling for such options so that no code is generated for them? I have an schema with thousands of lines with many reserved tokens.
exception error:
line 242:9: unexpected token: ...
line 255:9: unexpected token: ...
line 268:9: expecting LOWER, found '...'
line 284:9: unexpected token: ...
line 294:9: unexpected token: ...
line 309:9: unexpected token: ...
line 319:9: expecting LOWER, found '...'
The text was updated successfully, but these errors were encountered: