summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainsrc/paca.mjs: Improve implementation of interpretMetacharactersEuAndreh3 weeks
 
 
AgeCommit messageAuthorFilesLines
2025-08-01src/paca.mjs: Improve implementation of interpretMetacharactersHEADmainEuAndreh2-41/+220
2025-07-31Makefile: Install like a Node.js packageEuAndreh2-6/+10
2025-07-20tests/paca.mjs: Add WIP testsEuAndreh1-0/+9
2025-07-20src/paca.mjs: Rename buildDFA -> toDFAEuAndreh2-22/+25
2025-07-20src/paca.mjs: Support returning multiple options from `performTransition()`EuAndreh1-5/+6
2025-07-20Add initial support for caret and dollar metacharactersEuAndreh2-22/+200
2025-07-17.gitignore: Remove trailing slash from node_modules ruleEuAndreh1-1/+1
2025-07-17src/paca.mjs: Rename {start,end}ID => {start,end}EuAndreh1-44/+42
2025-07-17Do away with the "nextID" attributeEuAndreh2-53/+10
2025-07-16Support searching in the NFA using the metacharacters.EuAndreh2-1/+123
[...]