WIP: Magic words #16

Draft
mnpx wants to merge 2 commits from feat/magic-words into main
Owner

presently, the branch only supports literal magic words. this also, even with just the literals, increases build time from about 3s to about 10 seconds. the magic words are notably just parsed as regular text in the reference implementation if they are not one of the known words. __example__, for example, is just text.

presently, the branch only supports literal magic words. this also, even with just the literals, increases build time from about 3s to about 10 seconds. the magic words are notably just parsed as regular text in the reference implementation if they are not one of the known words. `__example__`, for example, is just text.
mnpx force-pushed feat/magic-words from fc220b8c30 to 9d2ad4f6ac 2026-07-09 19:04:06 +10:00 Compare
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/magic-words:feat/magic-words
git switch feat/magic-words

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff feat/magic-words
git switch feat/magic-words
git rebase main
git switch main
git merge --ff-only feat/magic-words
git switch feat/magic-words
git rebase main
git switch main
git merge --no-ff feat/magic-words
git switch main
git merge --squash feat/magic-words
git switch main
git merge --ff-only feat/magic-words
git switch main
git merge feat/magic-words
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mnpx/tree-sitter-wikitext!16
No description provided.