comparison TASKS @ 126:a2d2d8e09291

Merge
author Mike Pavone <pavone@retrodev.com>
date Mon, 05 Aug 2013 23:37:17 -0700
parents 25bc8a5ab41e
children
comparison
equal deleted inserted replaced
125:6f8d868e8da0 126:a2d2d8e09291
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