aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse
Commit message (Collapse)AuthorAgeFilesLines
* 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-031-2/+2
|
* fix lookaheadJonas Maier2026-06-021-9/+19
|
* remove todoJonas Maier2026-06-021-2/+0
|
* negative lookahead seems to work too ?!Jonas Maier2026-06-021-12/+9
|
* better case_match commandJonas Maier2026-06-022-7/+13
|
* seems to workJonas Maier2026-06-023-39/+61
|
* some code but it does not workJonas Maier2026-06-021-202/+167
|
* lookahead, implemented wrongJonas Maier2026-06-021-28/+231
|
* 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-022-13/+74
|
* use consume_keyword for `fun` and `set` parsing tooJonas Maier2026-06-011-5/+9
|
* some more regex testsJonas Maier2026-06-011-1/+17
|
* syntax highlighting for regex; syntax highlighting syntax errorsJonas Maier2026-06-012-4/+64
|
* clippyJonas Maier2026-06-015-28/+25
|
* simplifyJonas Maier2026-06-011-18/+4
|
* syntax highlighting for variable interpolation and escape codesJonas Maier2026-06-011-2/+37
|
* add . to regex parsingJonas Maier2026-05-312-3/+9
|
* comment parsingJonas Maier2026-05-311-1/+19
|
* regex based case statementsJonas Maier2026-05-315-13/+879
|
* basic case statementJonas Maier2026-05-311-0/+95
|
* prompt evaluation in own moduleJonas Maier2026-05-231-0/+20
|
* partial strings now get syntax highlighting tooJonas Maier2026-05-231-0/+4
|
* customizable syntax highlightingJonas Maier2026-05-231-5/+94
|
* syntax highlighting bug fixesJonas Maier2026-05-221-4/+4
|
* syntax highlighting fixesJonas Maier2026-05-221-7/+1
|
* basic syntax highlightingJonas Maier2026-05-222-4/+166
|
* lenient block parsing for completionJonas Maier2026-05-221-33/+52
|
* if-statement parsing might now allow for completion within if-statementsJonas Maier2026-05-221-22/+100
|
* less ascii escaping if we are printing to stdout directlyJonas Maier2026-05-221-3/+1
|
* type builtin: displays alias definition nowJonas Maier2026-05-221-1/+1
|
* clippyJonas Maier2026-05-121-8/+9
|
* can set custom prompt using the PROMPT variableJonas Maier2026-05-091-14/+2
|
* fix semicolon parsingJonas Maier2026-05-091-0/+6
|
* parse testsJonas Maier2026-05-091-1/+72
|
* while loopsJonas Maier2026-05-082-2/+50
|
* if parse testJonas Maier2026-05-082-2/+32
|
* if statement parsingJonas Maier2026-05-081-0/+105
|
* more escapingJonas Maier2026-05-041-1/+4
|
* escape testJonas Maier2026-05-042-3/+117
|
* completion now should not introduce strings that do not parse as stringsJonas Maier2026-05-041-9/+90
|
* reading rc fileJonas Maier2026-04-201-0/+26
|
* alias: parses more than the first word in each argumentJonas Maier2026-04-191-1/+21
|
* aliasesJonas Maier2026-04-171-4/+41
|