Should a parser type be a struct or class?
H. S. Teoh
hsteoh at quickfur.ath.cx
Wed Jun 17 15:03:05 UTC 2020
On Wed, Jun 17, 2020 at 02:32:09PM +0000, Adam D. Ruppe via Digitalmars-d-learn wrote:
> On Wednesday, 17 June 2020 at 14:24:01 UTC, Stefan Koch wrote:
> > Parser in dmd does even inherit from Lexer.
>
> why would a parser ever inherit from a lexer?
Because, unlike a regular parser-driven compiler, dmd is a lexer-driven
one. :-D
T
--
The volume of a pizza of thickness a and radius z can be described by the following formula: pi zz a. -- Wouter Verhelst
More information about the Digitalmars-d-learn
mailing list