diff options
Diffstat (limited to 'language/l2.ott')
| -rw-r--r-- | language/l2.ott | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/l2.ott b/language/l2.ott index a8da9ab6..e238fef6 100644 --- a/language/l2.ott +++ b/language/l2.ott @@ -121,6 +121,8 @@ id :: '' ::= | list :: M :: list {{ ichlo list_id }} | set :: M :: set {{ ichlo set_id }} | reg :: M :: reg {{ ichlo reg_id }} + | to_num :: M :: tonum {{ com Built in function identifiers }} {{ ichlo to_num }} + | to_vec :: M :: tovec {{ ichlo to_vec }} % Note: we have just a single namespace. We don't want the same % identifier to be reused as a type name or variable, expression % variable, and field name. We don't enforce any lexical convention |
