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
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-13
src/paca.mjs ({escaping,range}StateStep): Add leading underscore to ignored args
EuAndreh
1
-2
/
+2
2025-07-13
src/paca.mjs (rangeStateStep): Return ValueError when range number decreases
EuAndreh
1
-1
/
+2
2025-07-13
Add first test for `rangeStateStep()`
EuAndreh
1
-0
/
+17
2025-07-13
Hoist `numFromDigits()` before its usage
EuAndreh
2
-22
/
+22
2025-07-13
Add "[" to the possible characters of TRANSITION_FNS.
EuAndreh
2
-0
/
+30
2025-07-13
Add simple test for TRANSITION_FNS
EuAndreh
2
-2
/
+35
2025-07-12
Revert "src/paca.mjs: Temporarily export internal functions"
EuAndreh
1
-4
/
+4
2025-07-12
src/paca.mjs: Temporarily export internal functions
EuAndreh
1
-4
/
+4
2025-07-11
src/paca.mjs (tokenizeRegexStep): Simplify body
EuAndreh
1
-105
/
+127
2025-07-11
tests/paca.mjs (test_tokenizeRegexStep): Simplify table values
EuAndreh
1
-704
/
+322
2025-07-11
src/paca.mjs (tokenizeRegexStep): Fix missing concat when escaping
EuAndreh
1
-5
/
+8
2025-07-11
tests/paca.mjs: Add tests for numFromDigits()
EuAndreh
1
-0
/
+17
2025-07-11
src/paca.mjs: Remove calls to arr.concat([]) with unneeded wrapping singleton...
EuAndreh
1
-14
/
+6
2025-07-11
src/paca.mjs (tokenizeRegexStep): Support tokenizing range exps {m,n}
EuAndreh
2
-2
/
+638
2025-07-11
src/paca.mjs (tokenizeRegexStep): Include `context` key in reduced state
EuAndreh
2
-121
/
+152
2025-07-11
src/paca.mjs: Move error detection from tokenizeRegexStep => tokenizeRegex
EuAndreh
2
-26
/
+34
2025-07-11
tests/paca.mjs (test_tokenizeRegexStep): Compute `char` and `index`
EuAndreh
1
-20
/
+7
2025-07-11
src/paca.mjs: Remove unused repeat(3) import
EuAndreh
1
-1
/
+1
2025-07-09
Makefile: Minor fixes of indentation and alignment
EuAndreh
1
-3
/
+3
2025-07-09
Finish implementation of unit tests
EuAndreh
2
-31
/
+881
2025-07-07
Implement v0 version of NFA and DFA; WIP tests
EuAndreh
6
-0
/
+1898