feroldi / cci

DEPRECATED PROJECT, see README
MIT License
37 stars 5 forks source link

Feature lexer #29

Closed feroldi closed 6 years ago

feroldi commented 6 years ago

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.