Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C64 Basic token parser #113

Merged
merged 1 commit into from
Sep 7, 2024
Merged

C64 Basic token parser #113

merged 1 commit into from
Sep 7, 2024

Conversation

highbyte
Copy link
Owner

@highbyte highbyte commented Sep 7, 2024

PR Classification

New feature to parse and copy C64 Basic programs.

PR Summary

Introduced functionality to parse C64 Basic programs and copy them to the clipboard.

  • Added C64BasicTokenParser and C64BasicTokens classes for parsing and mapping tokens.
  • Integrated C64BasicTokenParser into the C64 class.
  • Updated C64MenuConsole and C64Menu.razor to include a new copy button and its event handlers.
  • Added ReadWord extension method in WordHelpers.
  • Created unit tests in C64BasicTokenParserTest.

Copy link

sonarqubecloud bot commented Sep 7, 2024

@highbyte highbyte merged commit 96ff568 into master Sep 7, 2024
5 checks passed
@highbyte highbyte deleted the feature/c64-parse-basic-tokens branch September 7, 2024 20:06
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.

1 participant