cup icon indicating copy to clipboard operation
cup copied to clipboard

simple, C-like compiled programming language

Results 5 cup issues
Sort by recently updated
recently updated
newest added

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.

good first issue

It is a very needed feature.