Filip Sajdak

Results 129 comments of Filip Sajdak

@hsutter I have made it a draft to emphasize that I am working on it.

This is something I am trying to prepare. I am trying to write cpp2 app that compiles markdown documentation as tests and that will generate html docs. It is going...

Hm... move by default will make simple cases unintuitive. E.g. code: ```cpp i := 42; fun(i); gun(i); g := i + 1; ``` will be bad... or it need to...

I have a thought about what will happen when lambda itself will return multiple values. I have checked the code: ```cpp fun: () -> (ri : int) = { ri...

I made small mistake that cause skipping one symbol while using `std::reverse_iterator` fixed in last push.

Verified on my side on my tests - works!

I wondered why I had added a bool value. I just realized that I needed to look outside of the named function in another PR: https://github.com/hsutter/cppfront/pull/96 (I needed that to...