aboutsummaryrefslogtreecommitdiffstats
path: root/PolygLua.lua
diff options
context:
space:
mode:
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.