Adela Vais and Akim Demaille
34e6e8815a
d: fix Context class
...
All methods are now declared as const. Method getExpectedTokens() has now the
functionality of reporting only the number of expected tokens.
* data/skeletons/lalr1.d: Fix Context class.
2020-11-07 07:55:12 +01:00
Adela Vais and Akim Demaille
72360b51a5
d: document support
...
* doc/bison.texi: Various fixes.
(D Parsers): New section.
2020-10-02 06:46:32 +02:00
Adela Vais and Akim Demaille
4bbda69f1e
d: remove the default prefix for SymbolKind's enum elements
...
This is not needed in D, since the kinds are "scoped".
* data/skeletons/d.m4: Remove the default prefix.
* doc/bison.text: Document it.
2020-10-02 06:46:32 +02:00
Adela Vais and Akim Demaille
4855b98554
d: remove the @property attribute from interface Lexer
...
D best practices is to not use it.
* data/skeletons/lalr1.d: Remove attribute.
2020-10-02 06:35:17 +02:00