You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
^
Error: instance variable @action of EBNF::Bison::Rule was inferred to be Nil, but Nil alone provides no information
The text was updated successfully, but these errors were encountered:
Tried running a couple of the code samples in the Parsing section, got the same error each time:
The text was updated successfully, but these errors were encountered: