Skip to content

sema: rename the Kind field as TypeSym of Var #308

sema: rename the Kind field as TypeSym of Var

sema: rename the Kind field as TypeSym of Var #308

Workflow file for this run

name: Build - C++17
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec --compiler clang --cppstd cpp17 src/julec