@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -341,7 +341,7 @@ var lexer = new Lexer(allTokens);
|
|
|
341
341
|
|
|
342
342
|
// src/parser.mjs
|
|
343
343
|
import { CstParser } from "chevrotain";
|
|
344
|
-
var MAX_TOKEN_LOOKAHEAD_COUNT =
|
|
344
|
+
var MAX_TOKEN_LOOKAHEAD_COUNT = Infinity;
|
|
345
345
|
var OddoParser = class extends CstParser {
|
|
346
346
|
constructor() {
|
|
347
347
|
super([
|