aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
* make it compileJonas Maier5 days1-8/+8
* some bytecode implementation, does not work yetJonas Maier5 days2-0/+356
* 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 days2-7/+13
* 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 days2-13/+74
* 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 days2-4/+64
* clippyJonas Maier9 days5-28/+25
* simplifyJonas Maier9 days1-18/+4
* syntax highlighting for variable interpolation and escape codesJonas Maier9 days1-2/+37
* add . to regex parsingJonas Maier10 days2-3/+9
* comment parsingJonas Maier10 days1-1/+19
* regex based case statementsJonas Maier10 days5-13/+879
* basic case statementJonas Maier10 days1-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