Takes a token stream from the lexer, and parses it into an abstract syntax tree.
Specification: C11
See Source File _cparse.d Documentation: https://dlang.org/phobos/dmd_cparse.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/cparse.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: C11