Re: Bison-like source locations in LALR-parser -- upstream update

2014-12-02 Thread Ludovic Courtès
Hi Jan, I’ve (finally!) pushed the LALR update from upstream to the ‘stable-2.0’ branch. Thanks again, and sorry for the delay. Ludo’.

Re: Bison-like source locations in LALR-parser -- upstream update

2014-10-05 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi, >>> I don’t think this is needed. Lexers are expected to use >>> ‘make-lexical-token’ and ‘make-source-location’ from (system base lalr) >>> to preserve source location information. >> I hope you're right...and that's what I tried, but I didn't get it >> working. Po