]>
git.corax.cc Git - ccc/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Matthias Kruk [Thu, 28 May 2020 00:27:28 +0000 (09:27 +0900)]
tokenize: Implement correct tokenization of comments and operators starting with < and >
Matthias Kruk [Wed, 27 May 2020 00:34:05 +0000 (09:34 +0900)]
Add first attempt at writing a tokenizer
Matthias Kruk [Wed, 27 May 2020 00:32:22 +0000 (09:32 +0900)]
doc: Fix error in the tokenizer chart
Matthias Kruk [Tue, 26 May 2020 11:06:47 +0000 (20:06 +0900)]
doc: Add graph of the tokenizer automaton