Igor Dejanović
Igor Dejanović
@goodguy00 Thanks for the idea and sorry for the delay. I guess this option might be useful if the language is naturally processed from left to right.
@stanislaw Just a head up. I've been experimenting with this branch today. The experiment consisted of running examples (`bibtex` and `simple`) with `verbose2` flag set and introducing syntax errors at...
@Tiger-Tom Thanks for the contributions! I expect to find time for the review during the next week.
Looks good as a starting point. Watch out for `file_path` which is relative to the importing file. That should probably be normalized to be e.g. relative to the root file...
Overriding terminal indirectly through multiple module imports fails when using separator repetition
Looks like a bug. Thanks for the detailed report.
Overriding terminal indirectly through multiple module imports fails when using separator repetition
Would you be able to provide a failing test for this?
I think there are two viable approaches: 1. Preprocessing of the input before parsing and inserting required text - this might be tricky if context-free recognition is required to check...
LR parsing is deterministic, i.e. it never backtracks and the implementation used in parglare is LALR(1) so the parser always decide what to do by looking at just one token...
Fixed on the `master` branch.
In the first stage diagram exports should be modified to properly raise attributes/associations.