1
0
Fork 0
A token parser made with LOVE in mind, loadable via FFI.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Marrub 46a0969a2a forgot to add these files 8 years ago
lua oh right that file exists 8 years ago
src added some more definitions for LT_EXPORT 8 years ago
.gitignore informative git log 8 years ago
COMPILING.txt forgot to add these files 8 years ago
LICENSE.txt Added my email to license, renamed parser.lua to tokenizer.lua, changed all instances of "parser" to "tokenizer", improved tokenizer:getToken() function 8 years ago
Makefile better makefile 8 years ago
README.txt forgot to add these files 8 years ago

README.txt

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.