This merge implements the parser for C11's lexical elements as defined in
the C11 standard, section 6.4, missing only the preprocessing-token
tokens. The preprocessor is intentionally not implemented here,
because it's a separate feature. Subsequent necessary changes to this
implementation are to be done in the future.
This merge implements the parser for C11's lexical elements as defined in the C11 standard, section 6.4, missing only the
preprocessing-token
tokens. The preprocessor is intentionally not implemented here, because it's a separate feature. Subsequent necessary changes to this implementation are to be done in the future.Related #25.