diff --git a/COMPILING.txt b/COMPILING.txt new file mode 100644 index 0000000..1a43586 --- /dev/null +++ b/COMPILING.txt @@ -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. diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..3447d16 --- /dev/null +++ b/README.txt @@ -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.