marrub
/
LoveToken
Archived
1
0
Fork 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/pull-requests.
 
 
 
Go to file
Marrub cdb6207632 added examples and a clean target 2015-06-07 04:25:25 -04:00
examples added examples and a clean target 2015-06-07 04:25:25 -04:00
lua vararg for assert 2015-06-07 04:04:23 -04:00
src vararg for assert 2015-06-07 04:04:23 -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 added examples and a clean target 2015-06-07 04:25:25 -04:00
README.txt forgot to add these files 2015-06-06 11:36:39 -04:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.