1
0
Fork 0
arangodb/3rdParty/mruby/TODO

12 lines
326 B
Plaintext

Things to do (Things that are not done yet)
* Special variables ($1,$2..)
* super in aliased methods
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.