Igor Dejanović

Results 243 comments of 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...

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.