]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Add token.c, another layer to the tokenizer. Use char instead of unsigned char for...
authorCloudwalk <cloudwalk009@gmail.com>
Tue, 11 May 2021 02:50:18 +0000 (22:50 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Tue, 11 May 2021 02:50:18 +0000 (22:50 -0400)
commit3b626119aa539133165dbd6391e07e4809d7c588
treec8dd90070a0877757da00c7de1bf4acef10bdd58
parentc7ee9cd8a23aea351f0350389367c541281f0e4d
Add token.c, another layer to the tokenizer. Use char instead of unsigned char for the buffers. Use int instead of size_t for a parameter
darkplaces-sdl2-vs2017.vcxproj
darkplaces-sdl2-vs2019.vcxproj
json.c
makefile.inc
parser.c
parser.h
token.c [new file with mode: 0644]
token.h [new file with mode: 0644]