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
Hi!
I am trying to parse https://github.com/erlware/relx/blob/master/rebar.config and get an error:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/erl_terms/erl_terms_core.py", line 55, in lex
return grammar.parse(nocomments)
File "/usr/lib/python3.6/site-packages/parsimonious/grammar.py", line 123, in parse
return self.default_rule.parse(text, pos=pos)
File "/usr/lib/python3.6/site-packages/parsimonious/expressions.py", line 112, in parse
raise IncompleteParseError(text, node.end, self)
parsimonious.exceptions.IncompleteParseError: Rule 'entry' matched in its entirety, but it didn't consume all the text. The non-matching portion of the text begins with '{escript_emu_args, "' (line 11, column 1).
Hi!
I am trying to parse
https://github.com/erlware/relx/blob/master/rebar.configand get an error: