Skip to content

Commit 6ebf868

Browse files
committed
simply use the C++ parser for processing TS output
1 parent d1ed37a commit 6ebf868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/conf/target/lf-ts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ compile: ["${lf_path}/bin/lfc", "src/${benchmark.targets.lf-ts.lf_file}"]
88
run: ["node",
99
"${benchmark.targets.lf-ts.script}"]
1010
parser:
11-
_target_: "parser.parse_lf_ts_output"
11+
_target_: "parser.parse_lfcpp_output"

0 commit comments

Comments
 (0)