Skip to content

make STRINGs start with alphanumeric chars#77

Merged
3b merged 1 commit into
3b:masterfrom
melisgl:special-char
Jun 26, 2026
Merged

make STRINGs start with alphanumeric chars#77
3b merged 1 commit into
3b:masterfrom
melisgl:special-char

Conversation

@melisgl

@melisgl melisgl commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

... or consist of a single non-alphanumeric character.

For example, this allows parsing

(_x_)

as emphasis.

... or consist of a single non-alphanumeric character.

For example, this allows parsing

    (_x_)

as emphasis.
@melisgl

melisgl commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

This is the fastest implementation I could find. The original approach of extending special-char caused a 15% slowdown with a predicate function.

@3b 3b merged commit 92389e6 into 3b:master Jun 26, 2026
1 check failed
@3b

3b commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Fixed the CI and it is showing some failures on "$123" vs "$" "123", any idea if that is from this change?

@melisgl

melisgl commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

#79

Sorry, I missed that the extension tests are not run by (asdf:test-system "3bmd").

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.

2 participants