rust/src/comp/rustc.rc

21 lines
287 B
Plaintext
Raw Normal View History

2010-06-23 23:03:09 -05:00
// -*- rust -*-
use std;
mod fe {
mod lexer;
mod parser;
}
mod driver {
mod rustc;
}
// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: