diff options
author | dvs1 | 2024-10-25 09:38:56 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 09:38:56 +1000 |
commit | bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d (patch) | |
tree | b7b5d1e96dd26cb43babea120307f97f9a2a886c | |
parent | Just discovered the arg variable, use it and rename parseArgs() to just parse(). (diff) | |
download | JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.zip JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.tar.gz JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.tar.bz2 JackOnAllDevices-bb3dd77f2862869bd70b7dfe0e92c2caafbb0f2d.tar.xz |
Other potential names.
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. |