Skip to content

Pretty much completed the parser architecture. #6

Pretty much completed the parser architecture.

Pretty much completed the parser architecture. #6

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Generate nodes.h
run: make src/parser/nodes.h
- name: Build project
run: make all