Why Dlang use parsing expression grammar (PEG) parser not BNF?

lili akozhao at tencent.com
Thu Oct 31 08:40:42 UTC 2019


Hi:
    I want implementation Lua on D, I find that a PEG parser 
https://github.com/PhilippeSigaud/Pegged
    why do not use BNF parser. Is PEG better than BNF?


More information about the Digitalmars-d-learn mailing list