bzlister
Results
1
issues of
bzlister
Tried running a couple of the code samples in the Parsing section, got the same error each time: ``` In lib\ebnf\src\ebnf\grammar\rule.cr:89:48 89 | def initialize(@atoms = Array(Atom).new, @action = nil)...