python_etf icon indicating copy to clipboard operation
python_etf copied to clipboard

failed parsing rebar.config of relx

Open comtihon opened this issue 8 years ago • 1 comments

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).

comtihon avatar Apr 29 '17 10:04 comtihon

Fixed, thanks for reporting this issue!

parsifal-47 avatar May 01 '17 17:05 parsifal-47