@oddo/lang 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -341,7 +341,7 @@ var lexer = new (0, _chevrotain.Lexer)(allTokens);
341
341
 
342
342
  // src/parser.mjs
343
343
 
344
- var MAX_TOKEN_LOOKAHEAD_COUNT = 30;
344
+ var MAX_TOKEN_LOOKAHEAD_COUNT = Infinity;
345
345
  var OddoParser = class extends _chevrotain.CstParser {
346
346
  constructor() {
347
347
  super([