aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* regex: submatches now go into variablesHEADmainJonas Maier2026-06-065-5/+49
|
* regex: only named matches nowJonas Maier2026-06-065-62/+70
|
* regex: perf improvement by using ops that do not free and alloc againJonas Maier2026-06-061-7/+9
|
* regex: perfJonas Maier2026-06-064-71/+156
|
* tried to implement a decision tree for faster dfa, but it is not fasterJonas Maier2026-06-064-11/+136
|
* clean upJonas Maier2026-06-065-18/+55
|
* fix byterange bug, stuff is somehow slow suddenlyJonas Maier2026-06-062-18/+32
|
* some small optJonas Maier2026-06-065-71/+126
|
* special cased regex for performanceJonas Maier2026-06-0615-500/+778
|
* regex: throughput in benchmarkJonas Maier2026-06-061-8/+20
|
* regex: benchmark and optimizationsJonas Maier2026-06-064-24/+630
|
* regex: greedy/non-greedy testsJonas Maier2026-06-051-15/+101
|
* submatchesJonas Maier2026-06-053-9/+45
|
* clippyJonas Maier2026-06-053-3/+3
|
* parse non-greedy repetitionsJonas Maier2026-06-053-21/+14
|
* fix regexJonas Maier2026-06-052-16/+89
|
* regex compiler compilesJonas Maier2026-06-055-51/+393
|
* make it compileJonas Maier2026-06-051-8/+8
|
* some bytecode implementation, does not work yetJonas Maier2026-06-054-0/+400
|
* DFA minimizationJonas Maier2026-06-041-24/+259
|
* regex: more lenient [bracket] parsingJonas Maier2026-06-031-8/+8
|
* regex: correctly parse empty alternativesJonas Maier2026-06-031-3/+1
|
* regex: explicitly return an error for unsupported non-greedy repetitionsJonas Maier2026-06-032-19/+27
|
* shitton of test cases that codex generatedJonas Maier2026-06-035-3/+609
|
* fix lookaheadJonas Maier2026-06-023-9/+35
|
* lookahead bugJonas Maier2026-06-022-0/+22
|
* fix test casesJonas Maier2026-06-022-2/+15
|
* 0.7.0: more regex featuresJonas Maier2026-06-022-2/+2
|
* one more negative lookahead testJonas Maier2026-06-021-0/+12
|
* remove todoJonas Maier2026-06-021-2/+0
|
* negative lookahead seems to work too ?!Jonas Maier2026-06-022-13/+10
|
* split lookahead tests into positive and negativeJonas Maier2026-06-025-34/+79
|
* better case_match commandJonas Maier2026-06-024-14/+41
|
* seems to workJonas Maier2026-06-024-39/+73
|
* some code but it does not workJonas Maier2026-06-021-202/+167
|
* lookahead, implemented wrongJonas Maier2026-06-024-28/+274
|
* assertion propagation in enfaJonas Maier2026-06-022-31/+101
|
* refactor enfa for better type safetyJonas Maier2026-06-022-110/+147
|
* refactor regex internals for easier modificationJonas Maier2026-06-022-51/+94
|
* fix regex testJonas Maier2026-06-021-1/+2
|
* regex: parse lookahead and lookbehindJonas Maier2026-06-024-18/+85
|
* use consume_keyword for `fun` and `set` parsing tooJonas Maier2026-06-011-5/+9
|
* some more regex testsJonas Maier2026-06-014-1/+102
|
* syntax highlighting for regex; syntax highlighting syntax errorsJonas Maier2026-06-013-5/+73
|
* clippyJonas Maier2026-06-0111-36/+51
|
* simplifyJonas Maier2026-06-011-18/+4
|
* syntax highlighting for variable interpolation and escape codesJonas Maier2026-06-012-2/+39
|
* fix testJonas Maier2026-05-311-1/+1
|
* add . to regex parsingJonas Maier2026-05-312-3/+9
|
* comment parsingJonas Maier2026-05-314-1/+31
|