已存档
1
0
A token parser made with LOVE in mind, loadable via FFI.
该仓库已于 2019-01-29 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
转到文件
2015-06-06 11:39:59 -04:00
lua oh right that file exists 2015-06-06 10:14:58 -04:00
src added some more definitions for LT_EXPORT 2015-06-06 11:05:13 -04:00
.gitignore informative git log 2015-06-05 11:14:35 -04:00
COMPILING.txt forgot to add these files 2015-06-06 11:36:39 -04:00
LICENSE.txt Added my email to license, renamed parser.lua to tokenizer.lua, changed all instances of "parser" to "tokenizer", improved tokenizer:getToken() function 2015-06-06 14:17:23 +09:30
Makefile forgot to change extension 2015-06-06 11:39:59 -04:00
README.txt forgot to add these files 2015-06-06 11:36:39 -04:00

LoveToken is a tokenizer made for usage with LOVE2D's (LuaJIT) FFI.
It also works just as well in C or C++, or really anything that can load C functions.
See COMPILING.txt for info on compiling.