cup
cup copied to clipboard
simple, C-like compiled programming language
I tried to compile the following program: ```rust struct A{ a: int; b: int; c: int; } fn a(): A{ let a_: A; a_.a = 1; a_.b = 2; a_.c...
Maybe instead of using `defer` statements we can use `with` blocks: ```rust struct A{ a: i32, } fn new_a(): A*{ ... } method A::close(){ ... } fn main(){ with let...
Manually import it is getting tedious, especially since you need it for almost anything useful.
It is a very needed feature.
Those are very needed too.