index
:
paca
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/paca.mjs: Improve implementation of interpretMetacharacters
HEAD
main
EuAndreh
2025-08-01
1
-13
/
+48
*
src/paca.mjs: Rename buildDFA -> toDFA
EuAndreh
2025-07-20
1
-7
/
+10
*
src/paca.mjs: Support returning multiple options from `performTransition()`
EuAndreh
2025-07-20
1
-5
/
+6
*
Add initial support for caret and dollar metacharacters
EuAndreh
2025-07-20
1
-4
/
+55
*
src/paca.mjs: Rename {start,end}ID => {start,end}
EuAndreh
2025-07-17
1
-44
/
+42
*
Do away with the "nextID" attribute
EuAndreh
2025-07-17
1
-21
/
+6
*
Support searching in the NFA using the metacharacters.
EuAndreh
2025-07-16
1
-1
/
+25
*
Compress character class when compiling NFA.
EuAndreh
2025-07-16
1
-3
/
+33
*
Build NFA nodes for "." and "class" metacharacters
EuAndreh
2025-07-16
1
-6
/
+76
*
Differentiate an "operator" from a "meta" character
EuAndreh
2025-07-16
1
-8
/
+14
*
Only tolerate escaping of special chars
EuAndreh
2025-07-15
1
-12
/
+22
*
Support tokenizing `.` wildcard operator.
EuAndreh
2025-07-15
1
-5
/
+10
*
Support tokenizing `^` and `$` anchors
EuAndreh
2025-07-15
1
-1
/
+48
*
src/paca.mjs (PRECEDENCE): Add "range" and "class" keys
EuAndreh
2025-07-15
1
-0
/
+2
*
Use `shouldConcat()` in decision of `escapingStateSte()`
EuAndreh
2025-07-15
1
-11
/
+11
*
Support tokenizing character class expressions [a-z]
EuAndreh
2025-07-15
1
-3
/
+125
*
src/paca.mjs (rangeStateStep): Fix typo in SyntaxError message
EuAndreh
2025-07-13
1
-1
/
+1
*
src/paca.mjs (rangeStateStep): Refine indentation and alignment
EuAndreh
2025-07-13
1
-3
/
+3
*
src/paca.mjs ({escaping,range}StateStep): Add leading underscore to ignored args
EuAndreh
2025-07-13
1
-2
/
+2
*
src/paca.mjs (rangeStateStep): Return ValueError when range number decreases
EuAndreh
2025-07-13
1
-1
/
+2
*
Hoist `numFromDigits()` before its usage
EuAndreh
2025-07-13
1
-5
/
+5
*
Add "[" to the possible characters of TRANSITION_FNS.
EuAndreh
2025-07-13
1
-0
/
+12
*
Add simple test for TRANSITION_FNS
EuAndreh
2025-07-13
1
-2
/
+2
*
Revert "src/paca.mjs: Temporarily export internal functions"
EuAndreh
2025-07-12
1
-4
/
+4
*
src/paca.mjs: Temporarily export internal functions
EuAndreh
2025-07-12
1
-4
/
+4
*
src/paca.mjs (tokenizeRegexStep): Simplify body
EuAndreh
2025-07-11
1
-105
/
+127
*
src/paca.mjs (tokenizeRegexStep): Fix missing concat when escaping
EuAndreh
2025-07-11
1
-5
/
+8
*
src/paca.mjs: Remove calls to arr.concat([]) with unneeded wrapping singleton...
EuAndreh
2025-07-11
1
-14
/
+6
*
src/paca.mjs (tokenizeRegexStep): Support tokenizing range exps {m,n}
EuAndreh
2025-07-11
1
-2
/
+98
*
src/paca.mjs (tokenizeRegexStep): Include `context` key in reduced state
EuAndreh
2025-07-11
1
-3
/
+8
*
src/paca.mjs: Move error detection from tokenizeRegexStep => tokenizeRegex
EuAndreh
2025-07-11
1
-8
/
+12
*
src/paca.mjs: Remove unused repeat(3) import
EuAndreh
2025-07-11
1
-1
/
+1
*
Finish implementation of unit tests
EuAndreh
2025-07-09
1
-14
/
+17
*
Implement v0 version of NFA and DFA; WIP tests
EuAndreh
2025-07-07
1
-0
/
+436