forgot to add these files
This commit is contained in:
parent
611bfa9343
commit
46a0969a2a
2
COMPILING.txt
Normal file
2
COMPILING.txt
Normal 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
3
README.txt
Normal 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.
|
Reference in New Issue
Block a user