summaryrefslogtreecommitdiffstats
path: root/src/parse/test_ast.rs
Commit message (Expand)AuthorAgeFilesLines
* use /proc/self/exe directly when re-execing ourself when possibleJesse Luehrs2022-03-081-1/+1
* allow empty stringsJesse Luehrs2022-03-071-0/+3
* basic implementation of aliasesJesse Luehrs2022-03-071-0/+16
* fix testsJesse Luehrs2022-02-271-4/+6
* make eval asyncJesse Luehrs2022-01-171-2/+5
* test subshell parsingJesse Luehrs2022-01-171-3/+22
* fix testsJesse Luehrs2022-01-171-2/+2
* fix parsing variables in double quoted stringsJesse Luehrs2022-01-111-0/+7
* fix testsJesse Luehrs2022-01-111-70/+115
* add testsJesse Luehrs2022-01-101-0/+123
* parse alternationsJesse Luehrs2022-01-101-0/+56
* fix testsJesse Luehrs2022-01-101-166/+45
* add parsing for control statementsJesse Luehrs2022-01-081-33/+42
* pull tests out into their own file againJesse Luehrs2022-01-081-0/+345