marrub
/
LoveToken
Archived
1
0
Fork 0

forgot to add these files

master
Marrub 2015-06-06 11:36:39 -04:00
parent 611bfa9343
commit 46a0969a2a
2 changed files with 5 additions and 0 deletions

2
COMPILING.txt Normal file
View File

@ -0,0 +1,2 @@
Compiling LoveToken is near trivial since it only needs iconv and C99.
Build an object file from lt.c and link it with iconv into a dll/so/etc.

3
README.txt Normal file
View File

@ -0,0 +1,3 @@
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.