aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* submatchesJonas Maier5 days3-9/+45
* clippyJonas Maier5 days3-3/+3
* parse non-greedy repetitionsJonas Maier5 days3-21/+14
* fix regexJonas Maier5 days2-16/+89
* regex compiler compilesJonas Maier5 days4-46/+369
* make it compileJonas Maier5 days1-8/+8
* some bytecode implementation, does not work yetJonas Maier5 days4-0/+400
* DFA minimizationJonas Maier6 days1-24/+259
* regex: more lenient [bracket] parsingJonas Maier7 days1-8/+8
* regex: correctly parse empty alternativesJonas Maier7 days1-3/+1
* regex: explicitly return an error for unsupported non-greedy repetitionsJonas Maier7 days2-19/+27
* shitton of test cases that codex generatedJonas Maier7 days1-2/+2
* fix lookaheadJonas Maier8 days1-9/+19
* remove todoJonas Maier8 days1-2/+0
* negative lookahead seems to work too ?!Jonas Maier8 days1-12/+9
* better case_match commandJonas Maier8 days3-14/+26
* seems to workJonas Maier8 days3-39/+61
* some code but it does not workJonas Maier8 days1-202/+167
* lookahead, implemented wrongJonas Maier8 days1-28/+231
* assertion propagation in enfaJonas Maier8 days2-31/+101
* refactor enfa for better type safetyJonas Maier8 days2-110/+147
* refactor regex internals for easier modificationJonas Maier8 days2-51/+94
* fix regex testJonas Maier8 days1-1/+2
* regex: parse lookahead and lookbehindJonas Maier8 days4-18/+85
* use consume_keyword for `fun` and `set` parsing tooJonas Maier9 days1-5/+9
* some more regex testsJonas Maier9 days1-1/+17
* syntax highlighting for regex; syntax highlighting syntax errorsJonas Maier9 days3-5/+73
* clippyJonas Maier9 days11-36/+51
* simplifyJonas Maier9 days1-18/+4
* syntax highlighting for variable interpolation and escape codesJonas Maier9 days2-2/+39
* add . to regex parsingJonas Maier10 days2-3/+9
* comment parsingJonas Maier10 days1-1/+19
* regex based case statementsJonas Maier10 days7-16/+914
* basic case statementJonas Maier10 days2-0/+113
* allow highlighting to be disabled, once againJonas Maier2026-05-242-13/+11
* less broken multiline editingJonas Maier2026-05-244-35/+42
* better multiline handlingJonas Maier2026-05-245-44/+99
* correct colors after ct-commands modify promptJonas Maier2026-05-241-0/+1
* default profile executionJonas Maier2026-05-241-4/+15
* add logic to query cursor positionJonas Maier2026-05-243-33/+128
* terminal prompt from ps1 module nowJonas Maier2026-05-243-23/+48
* prompt evaluation in own moduleJonas Maier2026-05-234-33/+120
* allow registration of variable watchersJonas Maier2026-05-232-0/+122
* can now build without git command or .git directoryJonas Maier2026-05-231-1/+4
* partial strings now get syntax highlighting tooJonas Maier2026-05-231-0/+4
* allow syntax highlighting to be enabled or disabledJonas Maier2026-05-233-12/+42
* customizable syntax highlightingJonas Maier2026-05-238-21/+215
* no more hello msgJonas Maier2026-05-221-1/+0
* syntax highlighting bug fixesJonas Maier2026-05-224-12/+53
* syntax highlighting fixesJonas Maier2026-05-222-7/+2