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

refactor: new parser #1258

Merged
merged 18 commits into from
Dec 28, 2024
Merged

refactor: new parser #1258

merged 18 commits into from
Dec 28, 2024

Conversation

verytactical
Copy link
Contributor

@verytactical verytactical commented Dec 25, 2024

Issue

Related to #1128.
Closes #1247.
Closes #1265.

Checklist

  • I have updated CHANGELOG.md
  • I have run all the tests locally and no test failure was reported
  • I have run the linter, formatter and spellchecker
  • I did not do unrelated and/or undiscussed refactorings

@novusnota novusnota mentioned this pull request Dec 26, 2024
12 tasks
@verytactical verytactical changed the title draft: new parser refactor: new parser Dec 27, 2024
@verytactical verytactical marked this pull request as ready for review December 27, 2024 06:58
@verytactical verytactical requested a review from a team as a code owner December 27, 2024 06:58
@anton-trunov
Copy link
Member

LGTM

@anton-trunov anton-trunov self-assigned this Dec 28, 2024
@anton-trunov anton-trunov added this to the v1.6.0 milestone Dec 28, 2024
@anton-trunov anton-trunov merged commit da4b8d8 into main Dec 28, 2024
19 checks passed
@anton-trunov anton-trunov deleted the new-parser branch December 28, 2024 08:56
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.

Parsing failure when last asm instruction does not have whitespace after it Parsing fails on a--b and a++b
2 participants