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
Rewrite API to fix ambiguous calls on clang compilers: the new API will require explicit calls to J::Integer or J::Number instead of taking arbitary values; other APIs should not change
Rewrite Lexer to use a forward only aproach (no more character look-ahead)