elvish/pkg/parse
2024-06-09 17:03:21 +01:00
..
cmpd Move pkg/edit/complete/node_path.go into new package pkg/parse/np. 2023-04-22 22:25:01 +01:00
np pkg/lsp: Return doc when hovering on the first character of a symbol. 2023-04-23 00:27:41 +01:00
parseutil pkg/lsp: Use pkg/parse/np to find the symbol to look up doc for. 2023-04-22 22:35:54 +01:00
testdata/fuzz/FuzzParse Actually fix the O(2^n) code path. 2022-01-01 22:52:56 +00:00
check_ast_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
check_parse_tree_test.go pkg/parse: Turn most public methods of Node into functions. 2020-04-25 18:55:44 +01:00
fuzz_test.go Remove go1.18 build tags as 1.18 is required. 2022-08-08 12:29:33 +01:00
node.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
parse_test.go Generalize parse.Errors and move it to diag. 2022-11-30 01:05:16 +00:00
parse.go pkg/parse: Expand godoc. 2024-06-09 17:03:21 +01:00
parser.go pkg/diag: Rework API and presentation of Context and Error. 2024-01-16 11:04:52 +00:00
pprint_test.go pkg/tt: Improve API. 2024-01-11 15:42:43 +00:00
pprint.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
quote_test.go pkg/parse: Add QuoteCommandName. 2024-02-18 10:23:52 +00:00
quote.go pkg/parse: Add QuoteCommandName. 2024-02-18 10:23:52 +00:00
source_test.go Make struct maps indistinguishable from maps to Elvish code. 2023-07-14 23:57:38 +01:00
source.go Make struct maps indistinguishable from maps to Elvish code. 2023-07-14 23:57:38 +01:00
testutil_test.go Generalize parse.Errors and move it to diag. 2022-11-30 01:05:16 +00:00
zstring.go pkg/md: Generate String method for OpType. 2022-10-15 11:39:27 +01:00