aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
* 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
* semicolon parse testJonas Maier2026-03-151-2/+8
* fix test compilationJonas Maier2026-03-151-1/+1
* proper blocksJonas Maier2026-03-141-1/+36
* start of better parsing for proper blocksJonas Maier2026-03-121-12/+53
* add tests for upcoming syntaxJonas Maier2026-03-121-0/+33
* another tilde testJonas Maier2026-03-101-0/+13
* better tilde parsingJonas Maier2026-03-102-2/+39
* clippyJonas Maier2026-03-101-16/+10
* completion in command interpolationJonas Maier2026-03-101-7/+33
* variable completionJonas Maier2026-03-101-33/+91
* completion if there is variables in the to-be-completed stringJonas Maier2026-03-101-11/+7
* hex escapeJonas Maier2026-03-102-1/+33
* escape parsingJonas Maier2026-03-102-0/+22
* variable default valueJonas Maier2026-03-092-14/+71
* another parse errorJonas Maier2026-03-092-0/+9
* tildeJonas Maier2026-03-082-1/+15