]> git.corax.cc Git - ccc/shortlog
ccc
2020-06-07 Matthias Krukparser: Implement parsing of type qualifiers
2020-06-01 Matthias Kruklex: Add token types for keywords lexer unstable
2020-05-31 Matthias Kruklex: Add functions to the lexer so the tokens can be...
2020-05-31 Matthias Kruklex: Assign tokens a type during the lexing step
2020-05-31 Matthias Kruklex: Clean up the token type
2020-05-31 Matthias Kruklex: Refactor the tokenizer into a lexer module
2020-05-31 Matthias KrukRename tokenize.c to lex.c
2020-05-30 Matthias Kruktokenize: Add parser for '->' tokens and make sure... tokenizer
2020-05-30 Matthias Kruktokenize: Fix mistaken use of putchar() where putnext...
2020-05-30 Matthias Kruktokenize: Fix off-by-one bug in the column number
2020-05-30 Matthias Kruktokenize: Implement recognition of identifiers, numeric...
2020-05-30 Matthias Kruktokenize: Add token_new_from_char() helper function
2020-05-29 Matthias Kruktokenize: Implement tokenization of bitwise operators...
2020-05-28 Matthias Kruktokenize: Implement correct tokenization of comments...
2020-05-27 Matthias KrukAdd first attempt at writing a tokenizer
2020-05-27 Matthias Krukdoc: Fix error in the tokenizer chart
2020-05-26 Matthias Krukdoc: Add graph of the tokenizer automaton master