|
Revision 231, 0.8 KB
(checked in by krobillard, 7 years ago)
|
|
Orca - Updated TODO.
|
| Line | |
|---|
| 1 | Orca TODO |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | * Implement /system/script/path |
|---|
| 5 | |
|---|
| 6 | Language Features |
|---|
| 7 | |
|---|
| 8 | * Finish parse ('copy). |
|---|
| 9 | * Datatypes - hash! struct! any-*!. |
|---|
| 10 | * list! |
|---|
| 11 | to-block |
|---|
| 12 | to-list |
|---|
| 13 | * Function non eval fetch (func [:x] [...]). Just like 'x? |
|---|
| 14 | * Error - report which func, [catch]. |
|---|
| 15 | * Implement natives (~50% complete). |
|---|
| 16 | * Number arrays - foreach, tokenize +/-, byte-code. |
|---|
| 17 | |
|---|
| 18 | Modules |
|---|
| 19 | |
|---|
| 20 | * Networking |
|---|
| 21 | * Qt |
|---|
| 22 | * OpenGL |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | Thune Backport |
|---|
| 26 | |
|---|
| 27 | * Parse changes |
|---|
| 28 | * UCell union |
|---|
| 29 | * Value structure hidden more using macros (ur_int(), etc.) |
|---|
| 30 | * Tokenizer has no nested block limit. |
|---|
| 31 | * Remove sweepStart from GC |
|---|
| 32 | * Remove BLOCK_EOL flag. |
|---|
| 33 | * Atom hash table, context binary search. |
|---|
| 34 | * Security |
|---|
| 35 | * File port! |
|---|
| 36 | |
|---|
| 37 | NOTE: It might be better to start fresh from the Thune codebase. |
|---|