diff options
| author | roco <roco@ryry.(none)> | 2012-04-20 15:31:42 +0900 |
|---|---|---|
| committer | roco <roco@ryry.(none)> | 2012-04-20 15:31:42 +0900 |
| commit | b9f11d55ec13d652178ae951504767314e80e16a (patch) | |
| tree | 443a2e3b1e0019f1aafa11f6fe7daf1b8ad55f0d /TODO | |
| parent | 908ac841f0ef9308c93b5daa62fda99ba579dd6f (diff) | |
| download | mruby-b9f11d55ec13d652178ae951504767314e80e16a.tar.gz mruby-b9f11d55ec13d652178ae951504767314e80e16a.zip | |
Translate TODO list
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +Things to do (Things that are not done yet) + +* Here document +* Special variables ($1,$2..) +* super in aliased methods +* BEGIN/END (Were we not supporting this?) +* const_missing +* respond_to_missing + +Things to improve (Done but things to fix) + +* Hash (Reduce size. Use khash or save the order) +* stringEx (Delete encoding、delete CODERANGE、delete everything except UTF-8 or ASCII) +* Make additions as they are noticed. + |
