]> git.corax.cc Git - ccc/log
ccc
5 years agotokenize: Implement correct tokenization of comments and operators starting with...
Matthias Kruk [Thu, 28 May 2020 00:27:28 +0000 (09:27 +0900)]
tokenize: Implement correct tokenization of comments and operators starting with < and >

5 years agoAdd first attempt at writing a tokenizer
Matthias Kruk [Wed, 27 May 2020 00:34:05 +0000 (09:34 +0900)]
Add first attempt at writing a tokenizer

5 years agodoc: Fix error in the tokenizer chart
Matthias Kruk [Wed, 27 May 2020 00:32:22 +0000 (09:32 +0900)]
doc: Fix error in the tokenizer chart

5 years agodoc: Add graph of the tokenizer automaton master
Matthias Kruk [Tue, 26 May 2020 11:06:47 +0000 (20:06 +0900)]
doc: Add graph of the tokenizer automaton