Skip to content

Commit f7ede68

Browse files
committed
---
yaml --- r: 500 b: refs/heads/master c: 5297582 h: refs/heads/master v: v3
1 parent 9a8493b commit f7ede68

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 988695a96cee1eb825435260a1874b8daa0e590a
2+
refs/heads/master: 5297582ba2e639368fe2ac65036408441cf8a25c

trunk/src/comp/fe/ast.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
type crate = rec( str filename );
2+
3+
//
4+
// Local Variables:
5+
// mode: rust
6+
// fill-column: 78;
7+
// indent-tabs-mode: nil
8+
// c-basic-offset: 4
9+
// buffer-file-coding-system: utf-8-unix
10+
// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
11+
// End:
12+
//

trunk/src/comp/rustc.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
use std;
55

66
mod fe {
7+
mod ast;
78
mod lexer;
89
mod parser;
910
}

0 commit comments

Comments
 (0)