Adela Vais - SAOC Milestone 3 Update 3 - Dlang GLR Parser for GNU Bison

Adela Vais adela.vais99 at gmail.com
Fri Dec 18 21:03:51 UTC 2020


On Thursday, 10 December 2020 at 23:44:13 UTC, Adela Vais wrote:
>>>>[...]

Hello!

As of last week:
- I added type aliases for location, position and semantic value, 
and sent the patches [1] for review.
- I used the existing C examples from the repo and started 
analyzing the code of the GLR, noting how the values progressed 
(and differed from the LALR1) throughout the parsing.

The plan for the next update:
- Continue analyzing the GLRs. After I feel confident enough that 
I understand C's GLR, I will move to the "old" C++ GLR, which is 
a wrapper around the C one.
- Fix the internationalisation patch.

#SAOC2020

[1] 
https://github.com/adelavais/bison/tree/fixes-from-changing-yylex-retval


More information about the Digitalmars-d mailing list