Skip to content

Change ast Type and Expr pointers from Arc to Ast. #102

Change ast Type and Expr pointers from Arc to Ast.

Change ast Type and Expr pointers from Arc to Ast. #102

Workflow file for this run

name: Run cargo test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run cargo test
run: |
cargo test