Open dbarowy opened 1 year ago
The issue is that the client-side runtime expands nonterminals in the order that they appear in the generated Javascript code. Instead, nonterminals should be expanded using in topographical sort order.
(this is for AutoMan on branch yechs/experiman)
The issue is that the client-side runtime expands nonterminals in the order that they appear in the generated Javascript code. Instead, nonterminals should be expanded using in topographical sort order.
(this is for AutoMan on branch yechs/experiman)