comparison TASKS @ 87:25bc8a5ab41e

Improve llMessage a bit and move implementation of string into string.tp module using llMessage. Update TASKS list
author Mike Pavone <pavone@retrodev.com>
date Sun, 22 Jul 2012 14:18:34 -0700
parents d0272ddd8478
children
comparison
equal deleted inserted replaced
86:ce6a81b3be70 87:25bc8a5ab41e
1 Convert string object to new style using llMessage:withVars:andCode
2 AssignedTo: Mike
3 Status: in-progress
4 Improve string library 1 Improve string library
5 Add basic UTF-8 support 2 Add basic UTF-8 support
6 Implement import: in C backend 3 Implement import: in C backend
7 Implement route:via 4 Implement route:via
8 Implement a hash dict based on hash set implementation 5 Implement a hash dict based on hash set implementation
10 Implement immutable objects 7 Implement immutable objects
11 Implement lists 8 Implement lists
12 Add support for actors 9 Add support for actors
13 Check for breakage in Javascript backend and fix it 10 Check for breakage in Javascript backend and fix it
14 Port all library stuff from C backend to Javascript backend 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