Skip to content

Change keyword for definition of variables and functions #43

Change keyword for definition of variables and functions

Change keyword for definition of variables and functions #43

Workflow file for this run

name: Build Nulascript REPL
on:
push:
paths:
- 'nulascript/lexer/**'
- 'nulascript/token/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install CMake
run: sudo apt update && sudo apt install -y cmake make
- name: Run REPL
run: make run-repl & sleep 5