Added lexer, implemented tests build system

This commit is contained in:
2024-08-11 20:15:09 +10:00
parent 82f63013d8
commit a912b6a29c
10 changed files with 632 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
#determine the branch name
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
BRANCH_NAME: ${{github.head_ref||github.ref_name}}
#set the name of the tests
name: Comprehensive Tests; branch ${{ env.BRANCH_NAME }}
name: Comprehensive Tests; branch ${{env.BRANCH_NAME}}
#trigger when these occur
on:
@@ -26,5 +26,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: make test (placeholder)
run: echo ""
- name: make test
run: make tests