aboutsummaryrefslogtreecommitdiffstats
path: root/PolygLua.lua
diff options
context:
space:
mode:
authordvs12024-10-27 10:18:41 +1000
committerdvs12024-10-27 10:18:41 +1000
commit723030e9016e28d7a1d74d5f513905bf01a0de18 (patch)
tree61aa2536a7b709f68cc4b2581c25f888b714f625 /PolygLua.lua
parentDebug code -- (diff)
downloadJackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.zip
JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.tar.gz
JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.tar.bz2
JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.tar.xz
Rename _ to PolygLua externally.
Next it'll want it's own package. Oh wait....
Diffstat (limited to '')
-rwxr-xr-xPolygLua.lua (renamed from _.lua)9
1 files changed, 6 insertions, 3 deletions
diff --git a/_.lua b/PolygLua.lua
index 43f3f59..c2ebb02 100755
--- a/_.lua
+++ b/PolygLua.lua
@@ -1,9 +1,12 @@
1#!/usr/bin/env luajit 1#!/usr/bin/env luajit
2 2
3--[[ 3--[[ PolygLua. Gluing things onto Lua, making it a polyglot language.
4 4
5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. 5TODO - Allow -abc style, expand to -a -b -c.
6 PolygLuaT PoLuaGlot PoLuaGLuaT 6
7TODO - Make the parsing recursive. So the command "--fancy" could have it's own options table.
8 --fancy option0 opt1=foo 'Random string!' --somethingElse
9 When to stop and hand back?
7 10
8TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do() 11TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do()
9 The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others. 12 The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others.