We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01eedb3 commit bc8bb78Copy full SHA for bc8bb78
CC/JavascriptParser/JSParserGenerator.cs
@@ -585,7 +585,7 @@ private static void create_parser()
585
gen.PrintProductionRules();
586
587
System.Diagnostics.Stopwatch sw = System.Diagnostics.Stopwatch.StartNew();
588
- gen.GenerateLALR();
+ gen.GenerateLALR2();
589
var end = sw.ElapsedMilliseconds;
590
sw.Stop();
591
Console.WriteLine($"{end.ToString("#,#")}");
0 commit comments