comparison TASKS @ 92:6abbf2454657

merge
author William Morgan <bill@mrgn.org>
date Mon, 23 Jul 2012 01:07:52 -0700
parents 25bc8a5ab41e
children
comparison
equal deleted inserted replaced
91:3bf57ace3e0b 92:6abbf2454657
1 Improve string library
2 Add basic UTF-8 support
3 Implement import: in C backend
4 Implement route:via
5 Implement a hash dict based on hash set implementation
6 Rejigger how built-in type/modules are handled slightly so we can add array new: which will return an array pre-allocated to a certain size
7 Implement immutable objects
8 Implement lists
9 Add support for actors
10 Check for breakage in Javascript backend and fix it
11 Port all library stuff from C backend to Javascript backend
12 Fix block comments in grammar
13 Add dict literals to grammar and compiler
14 Re-write compiler in TP
15 Finish type system design
16 Implement type system