Skip to content

Revision 0.11.3#14

Merged
sinclairzx81 merged 1 commit intomainfrom
unsigned
Mar 27, 2026
Merged

Revision 0.11.3#14
sinclairzx81 merged 1 commit intomainfrom
unsigned

Conversation

@sinclairzx81
Copy link
Copy Markdown
Owner

@sinclairzx81 sinclairzx81 commented Mar 27, 2026

This PR adds new UnsignedInteger and UnsignedNumber combinators and carries out a broad refactor of the internal Token.* logic. The update replaces the explicit IsResult ternary logic and replaces it with a symmetric Match and IsMatch pattern. This change is to enforce symmetric control flow between runtime / static, and to narrow code paths for subsequent optimization.


This PR incorporates optimization research provided by the associated PR

Reference: #12 - (Token.* methods and runtime codegen optimizations)
Contributed-By: @aquapi

- Add UnsignedInteger and UnsignedNumber
- Add Match and IsMatch Symmetric Logic for Token
- Optimization on Take for x3 Parse Performance

Co-authored-by: aquapi <aquaplmc@gmail.com>
@sinclairzx81 sinclairzx81 merged commit 6a4ae97 into main Mar 27, 2026
6 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.

1 participant