- uses: actions/checkout@v2
- name: make build.sh executable
run: chmod +x build.sh
- - name: make runtime build.sh executable
- run: chmod +x modules/onyx_runtime/build.sh
- name: make build directory
run: mkdir -p build
- name: build onyx
case Ast_Kind_Code_Block: {
// Like above, this error message should be moved to checking, but
// this is the best place to do it right now.
- onyx_report_error(expr->token->pos, Error_Critical, "'#code' blocks are only to be used at compile-time. Using them as a runtime value is not allowed.");
+ onyx_report_error(expr->token->pos, Error_Critical, "'#quote' blocks are only to be used at compile-time. Using them as a runtime value is not allowed.");
break;
}