]> git.corax.cc Git - ccc/commit
Add first attempt at writing a tokenizer
authorMatthias Kruk <m@m10k.eu>
Wed, 27 May 2020 00:34:05 +0000 (09:34 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 27 May 2020 00:34:05 +0000 (09:34 +0900)
commita4dd66f99d9ed30d713d3c7c9b1fac3dbc53777e
treed8b109b7a87610f758dd0fd63eef20346908a3ac
parente96864e380b37cbcdbf30b5a7d11d0dcc7f42871
Add first attempt at writing a tokenizer
src/Makefile [new file with mode: 0644]
src/list.c [new file with mode: 0644]
src/list.h [new file with mode: 0644]
src/str.c [new file with mode: 0644]
src/str.h [new file with mode: 0644]
src/str_test.c [new file with mode: 0644]
src/token.c [new file with mode: 0644]
src/token.h [new file with mode: 0644]
src/tokenize.c [new file with mode: 0644]