aboutsummaryrefslogtreecommitdiff
path: root/src/comp/fe
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/fe')
-rw-r--r--src/comp/fe/ast.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/comp/fe/ast.rs b/src/comp/fe/ast.rs
new file mode 100644
index 00000000..8aea570d
--- /dev/null
+++ b/src/comp/fe/ast.rs
@@ -0,0 +1,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:
+//