kcl_lib::parser

Function top_level_parse

Source
pub fn top_level_parse(code: &str) -> Result<Node<Program>, KclError>
Expand description

Parse the given KCL code into an AST. This is the top-level.