Rakefile: Rename "metaparser" task to "parser"
This is more consistent with nomenclature in the code and with the file names.
This commit is contained in:
parent
e59f3ba338
commit
9e2fc76fc5
2
Rakefile
2
Rakefile
|
@ -17,7 +17,7 @@ def preprocess(input, base_dir)
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Generate the grammar parser"
|
desc "Generate the grammar parser"
|
||||||
task :metaparser do
|
task :parser do
|
||||||
system "#{BIN_DIR}/pegjs PEG.parser #{SRC_DIR}/parser.pegjs"
|
system "#{BIN_DIR}/pegjs PEG.parser #{SRC_DIR}/parser.pegjs"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue