elvish/pkg
Qi Xiao 13f7b29707 pkg/parse: Add a new Parse function and a Tree type.
This replaces the AsChunk function. All current users of parse.AsChunk has been
changed to use parse.Parse instead.
2020-04-25 19:16:22 +01:00
..
buildinfo pkg/prog: Move all Program implementations into own packages. 2020-04-25 00:12:18 +01:00
cli Fix how [ctrl-v] works on BSD systems 2020-04-24 21:41:35 +01:00
daemon pkg/prog: Move all Program implementations into own packages. 2020-04-25 00:12:18 +01:00
diag pkg/diag: Do not depend implicitly on os.Stderr. 2020-04-14 22:35:02 +01:00
edit pkg/parse: Add a new Parse function and a Tree type. 2020-04-25 19:16:22 +01:00
eval pkg/parse: Add a new Parse function and a Tree type. 2020-04-25 19:16:22 +01:00
getopt pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
glob Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
parse pkg/parse: Add a new Parse function and a Tree type. 2020-04-25 19:16:22 +01:00
prog pkg/prog: Improve error handling of CPU profile, and add tests. 2020-04-25 01:04:55 +01:00
shell pkg/eval/source.go -> pkg/parse/source.go. 2020-04-25 18:26:17 +01:00
store pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
sys Fix how [ctrl-v] works on BSD systems 2020-04-24 21:41:35 +01:00
testutil Scale all test timeouts with $ELVISH_TEST_TIME_SCALE. 2020-04-03 22:12:20 +01:00
tt pkg/eval/vals: Move the "any" matcher to pkg/tt. 2020-01-06 23:19:00 +00:00
ui pkg/util: Move the wcwidth utilities to a new package, and add more tests. 2020-04-06 12:00:01 +01:00
util pkg: Fix small issues found by staticcheck. 2020-04-13 13:56:10 +01:00
wcwidth pkg/util: Move the wcwidth utilities to a new package, and add more tests. 2020-04-06 12:00:01 +01:00
web pkg/eval/source.go -> pkg/parse/source.go. 2020-04-25 18:26:17 +01:00