Jason Barr

Results 4 issues of Jason Barr

I'm looking to generate a lexer and parser for a Lisp-like language. Generally this should be a pretty simple task, since Lisp is really easy to parse, but there's one...

I'm sure you've heard this by now, but your package doesn't work with `import` syntax if I try to use it in Node.js. The problem isn't actually that you use...

Using 0 in a function, e.g. `max`, evaluates to `NaN`. Entering 0 in the REPL as a value expression evaluates to `undefined`. Empty string also evaluates to undefined. I fixed...