Xinyu Zhou

Results 12 comments of Xinyu Zhou

If you decide to add the livescript syntax`f f` as stated in https://github.com/curimit/SugarCpp/issues/15, then this problem may be kind of solved. But to my oppinion, we should expect a **one-direction**...

Your idea seems good in my point of view. I love the substitution chain in `printf("%d\n", i) for i atoi(i), i => i * 2` Type in list generation is...

Oh great! That's pretty cool, I can not wait to give it a try!

I have pulled to up-to-date version, but it does not work....

``` cpp int main() [const] a: int(5) ``` ``` bash line 2:5 mismatched input '[' expecting DEDENT line 4:1 missing EndOfFile at 'DEDENT' ```

but in [SugarCpp-Ftp](https://github.com/curimit/SugarCpp-Ftp/blob/master/FtpServer.sc#L8-L9): ``` cpp [static, const] CMD_BUF_LNE := 256 ``` which compiles to ``` cpp static const decltype(256) CMD_BUF_LNE = 256; ``` a more test shows that (without static...

Please paste the output of `g++ --version` On Tue, Nov 21, 2017 at 8:03 PM WhiteSouth wrote: > And when I make in lamns,the problem is > > *g++: error:...

Please paste the result of `g++ --version` On Fri, May 11, 2018 at 8:25 PM tsing-cv wrote: > make: Entering directory '/home/????/EAST-master/lanms' > g++ -o adaptor.so -I include -std=c++11 -O3...

Why did you change ‘-’ to '_'?

Lead-Free Open Source Mirror -- supercalifragilisticexpialidocious! On Wed, Feb 15, 2017 at 11:09 AM, Wang Kang wrote: > 哈哈 上墙 > > — > You are receiving this because you...