Compare commits
2 Commits
73a5c5528b
...
aacb895f90
Author | SHA1 | Date | |
---|---|---|---|
aacb895f90 | |||
18e48c10f6 |
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Run testing library
|
- name: Run testing library
|
||||||
run: [ -f test ] && luajit test/init.lua
|
run: test -f test && luajit test/init.lua
|
||||||
Static-Analysis:
|
Static-Analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
--
|
--
|
||||||
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
|
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
|
||||||
|
|
||||||
local _VERSION = '0.5.5'
|
local _VERSION = '0.5.6'
|
||||||
|
|
||||||
local lexer = assert(require((... and select('1', ...):match('.+%.') or '')..'lua_lang'), '[assert-gooder]: Could not load vital library: lua_lang')
|
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')
|
local shunting_yard = assert(require((... and select('1', ...):match('.+%.') or '')..'Parser'), '[assert-gooder]: Could not load vital library: Parser')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user