ast: use &Expr instead of ExprData for BraceLit and StructureLit expr… #178
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Std Tests [Clang] - macOS | |
on: [push, pull_request] | |
jobs: | |
build-and-exec: | |
runs-on: macOS-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: julelang/ci@main | |
- name: Test - std::encoding::ascii85 | |
run: | | |
julec test --compiler clang -o test std/encoding/ascii85 | |
./test | |
- name: Test - std::math::big | |
run: | | |
julec test --compiler clang -o test std/math/big | |
./test |