diff options
author | David Walter Seikel | 2014-04-04 01:33:46 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-04 01:33:46 +1000 |
commit | 9bfd991a7af96f2a9e3f73582019829fa7f0c032 (patch) | |
tree | e36c188bcc6f67bf65dd0dfd97130858800b3439 | |
parent | More argument parsing. (diff) | |
download | SledjHamr-9bfd991a7af96f2a9e3f73582019829fa7f0c032.zip SledjHamr-9bfd991a7af96f2a9e3f73582019829fa7f0c032.tar.gz SledjHamr-9bfd991a7af96f2a9e3f73582019829fa7f0c032.tar.bz2 SledjHamr-9bfd991a7af96f2a9e3f73582019829fa7f0c032.tar.xz |
TODO++
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index b6ac4e4..adb78b7 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -507,6 +507,17 @@ TODO - | |||
507 | __values[key].value | 507 | __values[key].value |
508 | __values[key].parent | 508 | __values[key].parent |
509 | Weak references might help in here somewhere. | 509 | Weak references might help in here somewhere. |
510 | Maybe try looking in the skang table for Things that are not found? | ||
511 | Maybe put Things in the skang table that are unique from modules? | ||
512 | I think this is what matrix-RAD Collisions was all about. | ||
513 | Skang command line should have standardish stuff, like --version, --help, --help module.thing. | ||
514 | Lua does these already, might be no need to do them ourselves - | ||
515 | -e 'some script'. | ||
516 | -i go interactive after running the -e script. | ||
517 | -v version. | ||
518 | - read from stdin non interactively. | ||
519 | LuaJIT has this - | ||
520 | -- stop processing options. | ||
510 | ]] | 521 | ]] |
511 | 522 | ||
512 | -- There is no ThingSpace, or Stuff, now it's all just in this meta table. | 523 | -- There is no ThingSpace, or Stuff, now it's all just in this meta table. |