.
This commit is contained in:
parent
3478da43a3
commit
b1d118a1a2
3 changed files with 16 additions and 7 deletions
|
|
@ -21,8 +21,13 @@ pub enum Expr {
|
|||
|
||||
CharLiteral(char),
|
||||
|
||||
Null,
|
||||
Result, // todo
|
||||
|
||||
Option, // todo
|
||||
|
||||
Ok, // todo
|
||||
|
||||
Err, // todo
|
||||
|
||||
Call {
|
||||
callee: Box<Expr>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue