Skip to content

WIP: Add builtin operators and fix parsing #20

WIP: Add builtin operators and fix parsing

WIP: Add builtin operators and fix parsing #20

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: ./Scripts/test_all.sh
- name: Check no changes
run: git diff-files -p --exit-code