rust/src/comp/front
Lindsey Kuper 4fc8de1969 Last pieces of self-call support.
The last few pieces of the hack that lets us use trans.trans_call() to
translate self-calls, plus a fix for the parser buy that was
preventing self-call expressions from getting past parsing.
test/run-pass/obj-self.rs works now (as in it actually prints "hi!"
twice!).
2011-04-05 16:26:31 -07:00
..
ast.rs Further on the path toward self-awareness. 2011-04-05 14:54:48 -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 Last pieces of self-call support. 2011-04-05 16:26:31 -07:00
token.rs Further on the path toward self-awareness. 2011-04-05 14:54:48 -07:00