Automata.js icon indicating copy to clipboard operation
Automata.js copied to clipboard

- causing error

Open pokeball99 opened this issue 9 years ago • 1 comments

((b-df-hj-np-tv-xz)|q(?=u))|((B-DF-hj-NP-TV-XZ)|Q(?=U)) When doing any of the coverters, the error "Error: Unknown type of -" shows up on the right side

pokeball99 avatar Mar 13 '16 22:03 pokeball99

Currently automata.js only supports 0-9,a-z, and_ characters.(https://github.com/hokein/Automata.js/blob/master/src/lexer.js#L17). It makes sense to support more character.

hokein avatar Mar 15 '16 19:03 hokein