Archived
1
0
A token parser made with LOVE in mind, loadable via FFI.
This repository has been archived on 2019-01-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2015-07-26 05:36:36 -04:00
examples added gdcc example and makefile support 2015-06-11 10:32:16 -04:00
lua add SkipWhite function 2015-06-09 18:43:36 -04:00
src did some polishing work. fun! 2015-07-26 05:36:36 -04:00
.gitignore informative git log 2015-06-05 11:14:35 -04:00
COMPILING.txt did some polishing work. fun! 2015-07-26 05:36:36 -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 oobs 2015-06-11 10:42:06 -04:00
README.txt did some polishing work. fun! 2015-07-26 05:36:36 -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 external C symbols.
See COMPILING.txt for info on compiling.
Supported platforms (known): Microsoft Windows, Linux, ZDoom, Mac OS X