]> git.corax.cc Git - ccc/shortlog
ccc
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