compiler and vm: added division
This commit is contained in:
@@ -59,7 +59,8 @@ let default_global_table =
|
||||
SymbolTable.of_list [
|
||||
("PRINT", (0, Native 0));
|
||||
("+", (1, Native 1));
|
||||
("-", (2, Native 2))
|
||||
("-", (2, Native 2));
|
||||
("*", (3, Native 3))
|
||||
]
|
||||
|
||||
(* extract all defined global symbols, given the top-level expressions
|
||||
|
||||
Reference in New Issue
Block a user