This commit is contained in:
LunarAkai 2025-08-07 23:30:33 +02:00
commit b1d118a1a2
3 changed files with 16 additions and 7 deletions

View file

@ -21,8 +21,13 @@ pub enum Expr {
CharLiteral(char),
Null,
Result, // todo
Option, // todo
Ok, // todo
Err, // todo
Call {
callee: Box<Expr>,