2018-02-03 09:51:06 +00:00
|
|
|
[alias]
|
2018-10-04 20:43:58 +00:00
|
|
|
# Automatically generates the ast and syntax kinds files
|
2018-12-09 12:27:13 +00:00
|
|
|
gen-syntax = "run --package tools --bin tools -- gen-syntax"
|
|
|
|
gen-tests = "run --package tools --bin tools -- gen-tests"
|
|
|
|
install-code = "run --package tools --bin tools -- install-code"
|
|
|
|
format = "run --package tools --bin tools -- format"
|
|
|
|
format-hook = "run --package tools --bin tools -- format-hook"
|
2018-07-30 19:17:33 +00:00
|
|
|
|
2018-12-09 10:41:42 +00:00
|
|
|
render-test = "run --package ra_cli -- render-test"
|
|
|
|
parse = "run --package ra_cli -- parse"
|