diff options
Diffstat (limited to '')
-rwxr-xr-x | _.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | --[[ | 3 | --[[ |
4 | 4 | ||
5 | TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. | 5 | TODO - I should name this project PolygLua. Gluing things onto Lua, making it a polyglot language. |
6 | PolygLuaT PoLuaGlot PoLuaGLuaT | ||
6 | 7 | ||
7 | TODO - Add some sort of alias mechanism for the #! thing. _.bash'echo "This is bash."':Do() | 8 | TODO - 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. |