Results 2 comments of Olivier BERNARD

Hi @TomFrost If I'm not mistaken in the file **/lib/Lexer.js** The variable **minusNegatesAfter** should also contains `'comma'`... ` const minusNegatesAfter = [ 'binaryOp', 'unaryOp', 'openParen', 'openBracket', 'question', 'colon' ] `

Hi @dbashford , I'm wondering... any particular reason your specifying exact dependencies versions from your package.json? Allowing any compatible version would make your library forward compatible with these kind of...