Skip to content

feat: Update lexer to handle hexadecimal digits and byte literals #20

feat: Update lexer to handle hexadecimal digits and byte literals

feat: Update lexer to handle hexadecimal digits and byte literals #20

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: test