flesh out todo list, better configure code
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
d296eb4510
commit
e7dd0caa4a
4 changed files with 64 additions and 26 deletions
|
|
@ -27,6 +27,7 @@ pub type FTable = HashMap<String, Rc<RefCell<Function>>>;
|
|||
|
||||
// Standardized function signature for stdlib functions
|
||||
//pub type InternalOperation = impl Fn(Ast, Rc<RefCell<VTable>>, Rc<RefCell<FTable>>) -> Ctr;
|
||||
#[derive(Debug)]
|
||||
pub struct ExternalOperation {
|
||||
// Un-evaluated abstract syntax tree
|
||||
// TODO: Intermediate evaluation to simplify branches with no argument in them
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue