Skip to content

Lexer: remove unused tokens #7

Lexer: remove unused tokens

Lexer: remove unused tokens #7

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install packages
run: sudo apt-get install -y flex
- name: build the app
run: mkdir build && cd build && cmake .. && cmake --build .