Skip to content

Conversation

@wpkelso
Copy link
Owner

@wpkelso wpkelso commented Dec 26, 2024

Description

Implements the tokenizer stage of the assembler, which can be fed a line and will return a vector of tokens it was able to create from the line.

Known issues

  • Don't need the OnceCell dep with newer language versions
  • Code organization is probably quite messy, but I tried to clean it up best I could

@github-actions
Copy link

Code Coverage Report: Only Changed Files listed

Code Coverage

Package Coverage
Overall Coverage 🟢 77.16%

Minimum allowed coverage is 0%, this run produced 77.16%

Copy link
Collaborator

@Bennett-Petzold Bennett-Petzold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MSRV should be bumped to 1.80 to use stdlib instead of once cell, as mentioned. But that does not effect functionality, so this PR is good to go.

@wpkelso wpkelso merged commit 89bec56 into main Dec 28, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants