aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
* 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
* alias: parses more than the first word in each argumentJonas Maier2026-04-191-1/+21
* aliasesJonas Maier2026-04-171-4/+41
* make test clearerJonas Maier2026-03-181-2/+2
* backslash to put command on multiple linesJonas Maier2026-03-182-11/+27
* slightly cleaner parsingJonas Maier2026-03-182-80/+86
* parsing works againJonas Maier2026-03-182-113/+105
* new string delimiter parsingJonas Maier2026-03-181-0/+134
* test for multiline strings + custom multiline string delimitersJonas Maier2026-03-181-0/+55
* warningsJonas Maier2026-03-171-8/+2
* better parsingJonas Maier2026-03-172-40/+100
* implement some parse testJonas Maier2026-03-171-1/+18
* completion when using path in place of commandJonas Maier2026-03-171-3/+7
* builtin to determine what completion would doJonas Maier2026-03-171-0/+1