danvim / ProcalParsing

0 stars 2 forks source link

Hidden Multiplication #8

Closed mcreng closed 7 years ago

mcreng commented 7 years ago

Codes

$a$b$c

Error Returned

org.bychan.core.basic.ParsingFailedException: Parsing failed: 'Current token does not support led parsing' @ position 1:6 (index 5), current lexeme is variable($c), previous was variable($b), and remaining are [colon(:), END] at org.bychan.core.basic.ParseResult.checkSuccess(ParseResult.java:83) at org.bychan.core.basic.ParseResult.getRootNode(ParseResult.java:36) at fx50.Main$Run.run(Main.java:120) at fx50.Main.main(Main.java:29) Error: Parsing failed: 'Current token does not support led parsing' @ position 1:6 (index 5), current lexeme is variable($c), previous was variable($b), and remaining are [colon(:), END]

danvim commented 7 years ago

Should be fixed in commit 0822044