annotate testfileread.rhope @ 91:bcdc326b3d6e

Added basic support for list literals in compiler. Updated todo list.
author Mike Pavone <pavone@retrodev.com>
date Sat, 31 Jul 2010 17:17:23 -0400
parents dbe95bfec970
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
80
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
1
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
2 Main[]
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
3 {
81
dbe95bfec970 Very basic file access is now working; however, there's a bug involving assigning a literal to a named pipe inside a conditional block that needs fixing
Mike Pavone <pavone@retrodev.com>
parents: 80
diff changeset
4 f <- File["test.txt"]
dbe95bfec970 Very basic file access is now working; however, there's a bug involving assigning a literal to a named pipe inside a conditional block that needs fixing
Mike Pavone <pavone@retrodev.com>
parents: 80
diff changeset
5 Print[String[f]]
80
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
6 }
d78613686a38 Some progress on File
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
7