aboutsummaryrefslogtreecommitdiffstats
path: root/_.lua
diff options
context:
space:
mode:
Diffstat (limited to '_.lua')
-rwxr-xr-x_.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/_.lua b/_.lua
index 390d6d1..4de9923 100755
--- a/_.lua
+++ b/_.lua
@@ -3,6 +3,7 @@
3--[[ 3--[[
4 4
5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. 5TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language.
6 PolygLuaT PoLuaGlot PoLuaGLuaT
6 7
7TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do() 8TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do()
8 The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others. 9 The user can define their own aliases in a table, with defaults for bash, sh, luajit, and maybe some others.