MrDaiki

Results 8 comments of MrDaiki

In term of proper implementation, could we consider this feature to be syntactic sugar for initialize reg + affect to the right expression value ? For exemple : ```jazz reg...

If I understand correctly, what you would like to have is a `break` keyword ?

Little ping to see the state of this issue. Wouldn't it be better to add parameter for deciding indent size for all the project ? The main problem with how...

If I understand correctly, what you would like is a form of type aliasing. There is several possibilities of syntax for it : ```jazz alias x = reg ptr u32[12];...

I agree that rust syntax is really good. I also agree that storage type should not be part of the alias (at least for the moment). @vbgl presented a good...

This feature seems really interesting in term of code structuration, but also really demanding in term of implementation : # Syntax The syntax chosen look reasonable, but another possibility would...

A little question here : what is the compilation pass where register used for variables are computed (I think it is reg-alloc but I would prefer to be sure) ?

In your example, if we replace the `stack` storage type of function `leaf` argument by a `reg`, we get : ``` "test.jazz", line 9 (2-22) from line 14 (2-22): compilation...