summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/paca.mjs: Remove calls to arr.concat([]) with unneeded wrapping singleton...EuAndreh2025-07-111-14/+6
* src/paca.mjs (tokenizeRegexStep): Support tokenizing range exps {m,n}EuAndreh2025-07-112-2/+638
* src/paca.mjs (tokenizeRegexStep): Include `context` key in reduced stateEuAndreh2025-07-112-121/+152
* src/paca.mjs: Move error detection from tokenizeRegexStep => tokenizeRegexEuAndreh2025-07-112-26/+34
* tests/paca.mjs (test_tokenizeRegexStep): Compute `char` and `index`EuAndreh2025-07-111-20/+7
* src/paca.mjs: Remove unused repeat(3) importEuAndreh2025-07-111-1/+1
* Makefile: Minor fixes of indentation and alignmentEuAndreh2025-07-091-3/+3
* Finish implementation of unit testsEuAndreh2025-07-092-31/+881
* Implement v0 version of NFA and DFA; WIP testsEuAndreh2025-07-076-0/+1898
* Initial empty commitEuAndreh2025-06-300-0/+0