aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* parse non-greedy repetitionsJonas Maier5 days1-3/+1
|
* regex: explicitly return an error for unsupported non-greedy repetitionsJonas Maier7 days1-0/+7
|
* use consume_keyword for `fun` and `set` parsing tooJonas Maier9 days1-5/+9
|
* syntax highlighting for regex; syntax highlighting syntax errorsJonas Maier9 days1-2/+33
|
* clippyJonas Maier9 days1-13/+10
|
* simplifyJonas Maier9 days1-18/+4
|
* syntax highlighting for variable interpolation and escape codesJonas Maier9 days1-2/+37
|
* add . to regex parsingJonas Maier10 days1-2/+4
|
* comment parsingJonas Maier10 days1-1/+19
|
* regex based case statementsJonas Maier10 days1-13/+6
|
* 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-221-4/+80
|
* 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
|
* while loopsJonas Maier2026-05-081-1/+49
|
* if parse testJonas Maier2026-05-081-0/+16
|
* if statement parsingJonas Maier2026-05-081-0/+105
|
* more escapingJonas Maier2026-05-041-1/+4
|
* escape testJonas Maier2026-05-041-3/+19
|
* 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
|
* backslash to put command on multiple linesJonas Maier2026-03-181-11/+14
|
* slightly cleaner parsingJonas Maier2026-03-181-80/+78
|
* parsing works againJonas Maier2026-03-181-111/+82
|
* new string delimiter parsingJonas Maier2026-03-181-0/+134
|
* warningsJonas Maier2026-03-171-8/+2
|
* better parsingJonas Maier2026-03-171-3/+43
|
* 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
|
* proper blocksJonas Maier2026-03-141-1/+36
|
* start of better parsing for proper blocksJonas Maier2026-03-121-12/+53
|
* better tilde parsingJonas Maier2026-03-101-1/+1
|
* 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-101-1/+23
|
* escape parsingJonas Maier2026-03-101-0/+7
|