summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-10-16Regenerate filesMartin Jambon
2021-10-09Regenerate filesMartin Jambon
2021-09-25Fixed CRLF behavior for tests, run tests on all platforms in GitHub CI (#106)Andrew Helwer
2021-09-21fix: escaped newline immediately after a char, resolves #100 (#102)Andrew Hlynskyi
2021-03-04Bump tree-sitter-cli to 0.19Max Brunsfeld
2020-05-29Add support for case fallthrough (#85)Kenneth Skovhus
2020-05-15Add support for empty expansions (#82)Kenneth Skovhus
2020-05-15Expand function definition to support subshell and tests (#83)Kenneth Skovhus
2020-05-15Add support for ternary expression (#81)Kenneth Skovhus
2020-05-14WIP: Add '>|' redirection to grammar (#75)Šimon Let
2020-05-14Add supertypesMax Brunsfeld
2020-05-14:arrow_up: tree-sitter-cliMax Brunsfeld
2019-12-10Start adding fieldsMax Brunsfeld
2019-12-10:arrow_up: tree-sitter-cli to 0.16Max Brunsfeld
2019-07-26Support ANSII-C quoting in strings prefixed with $Nathan Sobo
2019-07-03Fix CRLF handling in external scannerMax Brunsfeld
2019-06-18:arrow_up: tree-sitter-cliMax Brunsfeld
2019-05-01Handle heredoc delimiters that include spaces (#47)Jason Rudolph
2019-05-01:arrow_up: tree-sitter-cliMax Brunsfeld
2019-04-18HandleMax Brunsfeld
2019-04-18Require a terminator at the ends of some compound statementsMax Brunsfeld
2019-04-18Handle heredocs followed by pipes or redirectsMax Brunsfeld
2018-11-04Allow $ at the end of a bare wordMax Brunsfeld
2018-11-04Fix brace-nesting logic in regex scanningMax Brunsfeld
2018-11-04Fix handling of delimiter characters as part of bare wordsMax Brunsfeld
2018-10-19Handle heredocs w/ indented close delimitersMax Brunsfeld
2018-10-18Handle shorthand file redirect command substitutionsMax Brunsfeld
2018-10-18Handle lists of statements more consistentlyMax Brunsfeld
2018-10-18Add raw (quoted) heredocsMax Brunsfeld
2018-10-18Handle escaped expansions in heredocsMax Brunsfeld
2018-10-18Allow compound statements and redirects in more placesMax Brunsfeld
2018-10-01Add double-paren expressionMax Brunsfeld
2018-10-01Allow semicolon before block in c-style for loopMax Brunsfeld
2018-08-06Don't require statement terminator at EOFMax Brunsfeld
2018-08-06Allow backslashes between tokensMax Brunsfeld
2018-08-06Support #*# operator in variable expansionsMax Brunsfeld
2018-08-06Allow `!` operator in variable expansionsMax Brunsfeld
2018-08-06[WIP] Support multiple statements (#26)Kenneth Skovhus
2018-08-05Add support for C-style for statements (#23)Kenneth Skovhus
2018-08-02Add support for strings ending with $ (#24)Kenneth Skovhus
2018-07-18:arrow_up: tree-sitter-cli (new ABI version)Max Brunsfeld
2018-06-15:arrow_up: tree-sitter-cli, add explicit word tokenMax Brunsfeld
2018-05-24Allow subshells in negated commandsMax Brunsfeld
2018-05-24Rework test expressionsMax Brunsfeld
2018-03-29Allow other redirects between a heredoc's delimiter and bodyMax Brunsfeld
2018-03-28:arrow_up: tree-sitter-cliMax Brunsfeld
2018-03-05:arrow_up: tree-sitterMax Brunsfeld
2018-03-02Allow for statements without in clausesMax Brunsfeld
2018-03-01Allow regexes after '==', not just '=~'Max Brunsfeld
2018-03-01Allow ;; at end of line of case itemMax Brunsfeld