Rakefile: Rename "metaparser" task to "parser"

This is more consistent with nomenclature in the code and with the file
names.
redux
David Majda 14 years ago
parent e59f3ba338
commit 9e2fc76fc5

@ -17,7 +17,7 @@ def preprocess(input, base_dir)
end
desc "Generate the grammar parser"
task :metaparser do
task :parser do
system "#{BIN_DIR}/pegjs PEG.parser #{SRC_DIR}/parser.pegjs"
end

Loading…
Cancel
Save