Skip to content

Make parser recognize bitwise not #23

Make parser recognize bitwise not

Make parser recognize bitwise not #23

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: CMake
run: |
mkdir bld
cd bld
cmake ..
cd ..
cmake --build bld --config Debug