Add in variable and sub-command completions (#480)

* WIP

* wip

* Add in variable and subcommand completions

* clippy
This commit is contained in:
JT
2021-12-13 12:18:31 +13:00
committed by GitHub
parent d1d1402512
commit bee7ef21eb
3 changed files with 164 additions and 111 deletions

View File

@ -7,7 +7,9 @@ mod parser;
mod type_check;
pub use errors::ParseError;
pub use flatten::{flatten_block, FlatShape};
pub use flatten::{
flatten_block, flatten_expression, flatten_pipeline, flatten_statement, FlatShape,
};
pub use lex::{lex, Token, TokenContents};
pub use lite_parse::{lite_parse, LiteBlock};
pub use parse_keywords::{