marrub
/
LoveToken
アーカイブ
1
0
フォーク 0
A token parser made with LOVE in mind, loadable via FFI.
このリポジトリは2019-01-29にアーカイブされています。 ファイルの閲覧やリポジトリのクローンは可能ですが、プッシュしたり、イシューやプルリクエストを作成することはできません。
 
 
 
ファイルへ移動
Marrub dcb3534546 fix the crap string block things 2015-08-27 09:14:32 -04:00
examples added gdcc example and makefile support 2015-06-11 10:32:16 -04:00
lua added a few functions, and I think fixed a few things 2015-08-24 07:10:25 -04:00
src fix the crap string block things 2015-08-27 09:14:32 -04:00
.gitignore informative git log 2015-06-05 11:14:35 -04:00
COMPILING.txt KAY NEVERMIND TODAY I LEARNED MSVC HAS ABSOLUTELY NOTHING AND IS HORRIBLE IN EVERY POSSIBLE WAY IT COULD BE. 2015-07-29 08:30:16 -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 oobs 2015-06-11 10:42:06 -04:00
README.txt did some polishing work. fun! 2015-07-26 05:36:36 -04:00

README.txt

このファイルには不可視のUnicode文字が含まれています!

このファイルには不可視Unicode文字が含まれており、下に見えているものとは異なる処理が行われる可能性があります。 あなたのユースケースが意図的かつ正当な場合はこの警告を無視して構いません。 不可視文字を表示するにはエスケープボタンを使用します。

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 external C symbols.
See COMPILING.txt for info on compiling.
Supported platforms (known): Microsoft Windows, Linux, ZDoom, Mac OS X