aboutsummaryrefslogtreecommitdiff
path: root/internal/parse.zsh
Commit message (Expand)AuthorAgeFilesLines
* remove parse.zshromkatv2020-01-121-328/+0
* commentsromkatv2020-01-121-0/+6
* fix 'always'romkatv2020-01-121-34/+55
* fix heredocsromkatv2020-01-121-7/+19
* get rid of capturesromkatv2020-01-121-10/+16
* rename _p9k names for easier testingromkatv2020-01-121-17/+17
* back to 32 token limitromkatv2020-01-111-1/+1
* don't array-expand unnecessarilyromkatv2020-01-111-1/+1
* typoromkatv2020-01-111-1/+1
* cleanupromkatv2020-01-111-1/+1
* cleanupromkatv2020-01-111-85/+87
* handle early precommand terminationromkatv2020-01-111-4/+9
* support precommands and fix a few bugsromkatv2020-01-111-103/+70
* add precommand specsromkatv2020-01-111-2/+17
* limit the number of looked-at tokens to 32romkatv2020-01-111-115/+119
* speedupromkatv2020-01-111-5/+71
* filter and dedup commandsromkatv2020-01-111-1/+1
* commentsromkatv2020-01-111-0/+9
* handle `<<<`romkatv2020-01-111-0/+2
* handle `for x (y) z`romkatv2020-01-111-7/+10
* fix a few bugs in parsingromkatv2020-01-111-0/+20
* speedupromkatv2020-01-111-14/+18
* remove function decls from the list of commandsromkatv2020-01-111-5/+30
* speed up parsingromkatv2020-01-111-62/+62
* add parse.zshromkatv2020-01-101-0/+161