ast_generator/bootstrap.sh

11 lines
101 B
Bash
Raw Permalink Normal View History

2024-07-21 20:56:42 +01:00
#!/bin/bash
set -xe
./generate_ast ast > new.ast.out.ts
mv new.ast.out.ts ast.out.ts
./build.sh