diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php index 7c7a901..a8343f4 100644 --- a/src/parser/xhpast/bin/xhpast_parse.php +++ b/src/parser/xhpast/bin/xhpast_parse.php @@ -1,63 +1,77 @@ write($data); return $future; } + +/** + * @group xhpast + */ +function xhpast_build() { + $root = phutil_get_library_root('phutil'); + execx('%s', $root.'/../scripts/build_xhpast.sh'); +}