mitranim/jisp

Better tokenising of bracket properties

Opened this issue · 0 comments

The tokeniser sometimes fails to split off [ ] brackets from identifiers. Example:

form[,i]

In this example, it produces form[ as a separate token. ToDo reimplement bracket splitting in a way that makes this impossible.