Skip to content

sema: detect if a variable being declared is static or local #59

sema: detect if a variable being declared is static or local

sema: detect if a variable being declared is static or local #59

Workflow file for this run

name: Compiler Tests
on:
push:
branches:
- 'main'
paths: ['bsc/**']
pull_request:
paths: ['bsc/**']
types: [opened, synchronize]
jobs:
ubuntu-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run passing tests
run: |
sudo pip3 install lark
python3 bsc examples/hello_world.bs
python3 bsc tests/main.bs