aboutsummaryrefslogtreecommitdiff
path: root/tools/src/bin/gen.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-29 14:20:11 +0100
committerAleksey Kladov <[email protected]>2018-07-30 00:23:07 +0100
commitb87291a8a46025fa9b709cd9860483528308735f (patch)
tree47483a74375dca7f41e4253cae1b161087b1bc3f /tools/src/bin/gen.rs
parent959cd92045378442f022859ec019a448fd759713 (diff)
Move grammar
Diffstat (limited to 'tools/src/bin/gen.rs')
-rw-r--r--tools/src/bin/gen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/bin/gen.rs b/tools/src/bin/gen.rs
index e772922ba..2d3cd422d 100644
--- a/tools/src/bin/gen.rs
+++ b/tools/src/bin/gen.rs
@@ -100,7 +100,7 @@ impl Grammar {
100} 100}
101 101
102fn grammar_file() -> PathBuf { 102fn grammar_file() -> PathBuf {
103 base_dir().join("grammar.ron") 103 base_dir().join("src/grammar.ron")
104} 104}
105 105
106fn generated_file() -> PathBuf { 106fn generated_file() -> PathBuf {