Skip to content

compiler: optimize expressions such as x-x to 0 if possible and the -… #1236

compiler: optimize expressions such as x-x to 0 if possible and the -…

compiler: optimize expressions such as x-x to 0 if possible and the -… #1236

name: Build [Clang] - macOS
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec --compiler clang src/julec