2018-02-03 03:51:06 -06:00
|
|
|
[alias]
|
2018-10-04 15:43:58 -05:00
|
|
|
# Automatically generates the ast and syntax kinds files
|
2018-12-09 06:27:13 -06: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 14:17:33 -05:00
|
|
|
|
2018-12-09 04:41:42 -06:00
|
|
|
render-test = "run --package ra_cli -- render-test"
|
|
|
|
parse = "run --package ra_cli -- parse"
|