mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
update
This commit is contained in:
@@ -100,6 +100,7 @@ private:
|
||||
nasal_ast ret_expr();
|
||||
public:
|
||||
uint32_t err(){return error;}
|
||||
void print(){root.print(0);}
|
||||
void compile(const nasal_lexer&);
|
||||
nasal_ast& ast(){return root;}
|
||||
const nasal_ast& ast() const {return root;}
|
||||
|
||||
Reference in New Issue
Block a user