rust/src/comp/front
Tim Chevalier 2e90bd94de Continued sketching out code for checking states against preconditions.
It's still sketchy. I added a typestate annotation field to statements
tagged stmt_decl or stmt_expr, because a stmt_decl statement has a typestate
that's different from that of its child node. This necessitated trivial
changes to a bunch of other files all over to the compiler. I also added a
few small standard library functions, some of which I didn't actually end
up using but which I thought might be useful anyway.
2011-04-06 17:58:18 -07:00
..
ast.rs Continued sketching out code for checking states against preconditions. 2011-04-06 17:58:18 -07:00
creader.rs Support for passing native types through metadata/creader. 2011-04-01 17:04:51 -07:00
eval.rs Another go at changing compile-command, this time using RBUILD env var. 2011-03-25 15:07:27 -07:00
extfmt.rs Another go at changing compile-command, this time using RBUILD env var. 2011-03-25 15:07:27 -07:00
lexer.rs Started adding support for typestate checking. 2011-04-01 11:27:32 -07:00
parser.rs Continued sketching out code for checking states against preconditions. 2011-04-06 17:58:18 -07:00
token.rs Further on the path toward self-awareness. 2011-04-05 14:54:48 -07:00