Takes a token stream from the lexer, and parses it into an abstract syntax tree.
Specification: D Grammar
The result of the ParseLinkage function
Set operator precedence for each operator.
See Source File _parse.d Documentation: https://dlang.org/phobos/dmd_parse.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/parse.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Takes a token stream from the lexer, and parses it into an abstract syntax tree.
Specification: D Grammar