diff options
author | Aleksey Kladov <[email protected]> | 2018-07-29 14:20:11 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-30 00:23:07 +0100 |
commit | b87291a8a46025fa9b709cd9860483528308735f (patch) | |
tree | 47483a74375dca7f41e4253cae1b161087b1bc3f | |
parent | 959cd92045378442f022859ec019a448fd759713 (diff) |
Move grammar
-rw-r--r-- | src/grammar.ron (renamed from grammar.ron) | 0 | ||||
-rw-r--r-- | tools/src/bin/gen.rs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/grammar.ron b/src/grammar.ron index d5d2e6162..d5d2e6162 100644 --- a/grammar.ron +++ b/src/grammar.ron | |||
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 | ||
102 | fn grammar_file() -> PathBuf { | 102 | fn grammar_file() -> PathBuf { |
103 | base_dir().join("grammar.ron") | 103 | base_dir().join("src/grammar.ron") |
104 | } | 104 | } |
105 | 105 | ||
106 | fn generated_file() -> PathBuf { | 106 | fn generated_file() -> PathBuf { |