Closed MaxDesiatov closed 6 years ago
In fact, any grammar loaded through command-line gives the same error, e.g.:
% swift run stlrc -g Resources/STLR.stlr
stlr interactive mode. Send a blank line to terminate. Parsing STLR
// test
Parsing failed:
constructionFailed([])
Thanks for this. I will take a look, one other thing I need to do following the recent refactoring is get correct error reporting back in as well as some are getting hidden
Hi, thanks for the great library!
When I go through the tutorial, I copy the example grammar exactly as given:
to a file
Bork.stlr
After I test this grammar with
swift run stlrc -g Bork.stlr
I always get this error with any of the tutorial test strings:The error doesn't give any info on what exactly failed. OysterKit code is from
master
branch.