Branch | Commit message | Author | Age | |
---|---|---|---|---|
main | src/paca.mjs: Improve implementation of interpretMetacharacters | EuAndreh | 3 weeks | |
Age | Commit message | Author | Files | Lines |
2025-08-01 | src/paca.mjs: Improve implementation of interpretMetacharactersHEADmain | EuAndreh | 2 | -41/+220 |
2025-07-31 | Makefile: Install like a Node.js package | EuAndreh | 2 | -6/+10 |
2025-07-20 | tests/paca.mjs: Add WIP tests | EuAndreh | 1 | -0/+9 |
2025-07-20 | src/paca.mjs: Rename buildDFA -> toDFA | EuAndreh | 2 | -22/+25 |
2025-07-20 | src/paca.mjs: Support returning multiple options from `performTransition()` | EuAndreh | 1 | -5/+6 |
2025-07-20 | Add initial support for caret and dollar metacharacters | EuAndreh | 2 | -22/+200 |
2025-07-17 | .gitignore: Remove trailing slash from node_modules rule | EuAndreh | 1 | -1/+1 |
2025-07-17 | src/paca.mjs: Rename {start,end}ID => {start,end} | EuAndreh | 1 | -44/+42 |
2025-07-17 | Do away with the "nextID" attribute | EuAndreh | 2 | -53/+10 |
2025-07-16 | Support searching in the NFA using the metacharacters. | EuAndreh | 2 | -1/+123 |
[...] |