blob: bd5b090f06f0b5fcfbe104b2440139038b30489b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
John: split runtime.in
Andy: implement operator init(A a) copy constructors.
Andy and John: (if possible) automatically turn expressions with array
sub-expressions into iteration over the array(s)
Andy: Decide if we should change vm::error to em in application.cc
John or Andy: Add unit test for AddOps.
Andy: Fix: void f(int x=blah);
Andy: Investigate adding unicode support for identifiers, using iswalpha,
mbtowc, etc.
|