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
*
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