summaryrefslogtreecommitdiffstats
path: root/scan.go
AgeCommit message (Expand)Author
2023-02-26Update the Go version in `go.mod` to 1.18 (#1132)Ilya Grigoriev
2021-01-30use ascii space/digits in scannerr20Gokcehan
2020-07-04skip trailing spaces in scannerGokcehan
2019-10-26handle closing double quote properlyGokcehan
2019-10-25escape special characters with backslashGokcehan
2019-08-05allow double backslash escape without quotesGokcehan
2018-03-26add a new shell type displaying the outputGokcehan
2017-11-19cleanupGokcehan
2017-10-30handle dos line endings in config filesGokcehan
2017-03-16implement octal escapes in double quotesGokcehan
2017-02-11implement double quotes with escape charactersGokcehan
2016-12-18cleanupGokcehan
2016-12-18use lowercase initials for type namesGokcehan
2016-11-22add whitespace escaping for backslashGokcehan
2016-11-22add quoting for single quoteGokcehan
2016-11-18cleanupGokcehan
2016-10-15remove error handling in scannerGokcehan
2016-10-15handle keys of push command while scanningGokcehan
2016-10-15parse list expressions without extra semicolonGokcehan
2016-09-02cleanupGokcehan
2016-08-13initial commitGokcehan