aboutsummaryrefslogtreecommitdiff
path: root/shell.go
AgeCommit message (Expand)Author
2019-06-03Replace classOf with a lookup table.M. J. Fromberger
2019-06-03Use key:value initializers for the state machine.M. J. Fromberger
2019-05-24Classify bytes with a direct function rather than a map.M. J. Fromberger
2019-05-24Switch the state machine from a map to an array.M. J. Fromberger
2019-04-10Use "continue" instead of "break" to clarify loop flow.M. J. Fromberger
2018-12-01Remove ^ from the list of quote-requiring characters.M. J. Fromberger
2018-12-01Merged in JilleT/shell/JilleT/always-quote--1543682744303 (pull request #1)Jille Timmermans
2018-07-16Use a caller-provided buffer for Join quotations.M. J. Fromberger
2018-07-16Allow quotable to return early when possible.M. J. Fromberger
2017-09-14Reimplement top-level Split in terms of Scanner.Split.M. J. Fromberger
2017-09-14Add Split method to Scanner.M. J. Fromberger
2016-01-05Add Each method to the *Scanner.M. J. Fromberger
2016-01-05Move split functionality into a new *Scanner type.M. J. Fromberger
2016-01-04Change the interface of the Split function.M. J. Fromberger
2015-12-29Fix a typo in a comment.M. J. Fromberger
2015-12-29Add source for package shell and its tests.M. J. Fromberger