1
0

Compare commits

..

No commits in common. "9ad82b67f00bc916affb0e9b55b091ca8c649af7" and "137da7bee148a8089cfd2bb0d8e693ea808072c4" have entirely different histories.

2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -11,10 +11,9 @@
luac.out
# Misc (Image, MacOS, Backups) files
*.psd
*~
.DS_Store
# Tools
*.tiled-session
*.ase
*.psd

View File

@ -41,7 +41,7 @@
--
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
local _VERSION = '0.5.4'
local _VERSION = '0.5.3'
local lexer = assert(require((... and select('1', ...):match('.+%.') or '')..'lua_lang'), '[assert-gooder]: Could not load vital library: lua_lang')
local shunting_yard = assert(require((... and select('1', ...):match('.+%.') or '')..'Parser'), '[assert-gooder]: Could not load vital library: Parser')