Skip to content

lex: fix IsAssign function reports true for the dot token #931

lex: fix IsAssign function reports true for the dot token

lex: fix IsAssign function reports true for the dot token #931

name: Build [GCC] - 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 gcc --compiler-path g++-13 -t src/julec
g++-13 -w --std=c++17 -O0 -Wl,-ld_classic dist/ir.cpp