aboutsummaryrefslogtreecommitdiff
path: root/src/comp/fe/ast.rs
blob: 8aea570dfd1a83d26e870383c16ecae120bbfafa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
type crate = rec( str filename );

//
// Local Variables:
// mode: rust
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End:
//