✍️ Switch to a handwritten lexer and parser. #1

Open
acw wants to merge 33 commits from handwritten-lexer into master
Showing only changes of commit d597cacb2d - Show all commits

View File

@@ -13,8 +13,8 @@ jobs:
name: ${{matrix.rust}} name: ${{matrix.rust}}
runs-on: x86_64-linux runs-on: x86_64-linux
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@v1 - uses: dtolnay/rust-toolchain@master
with: with:
toolchain: ${{matrix.rust}} toolchain: ${{matrix.rust}}
components: rustfmt, clippy components: rustfmt, clippy