From 46a0969a2a97350a80ed1036df57ed4b54c988e9 Mon Sep 17 00:00:00 2001 From: Marrub Date: Sat, 6 Jun 2015 11:36:39 -0400 Subject: [PATCH] forgot to add these files --- COMPILING.txt | 2 ++ README.txt | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 COMPILING.txt create mode 100644 README.txt 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.