blob: aacbd1bb17d6ffe9a789c2178be55e1263111c3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
|