lang: add pipelines and rename parser to lst_parser
This commit is contained in:
parent
db2643359c
commit
30f17773a8
18 changed files with 108 additions and 47 deletions
7
crates/lang/src/lst_parser/error.rs
Normal file
7
crates/lang/src/lst_parser/error.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use crate::lst_parser::syntax_kind::SyntaxKind;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum SyntaxError {
|
||||
Expected(Vec<SyntaxKind>),
|
||||
PipelineNeedsSink,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue