[Mono-dev] StackOverflow in System.Array.Clear

Nikita Tsukanov keks9n at gmail.com
Sat Feb 8 07:18:44 UTC 2014


lambalice, use #pragma indent (
https://github.com/rsdn/nemerle/wiki/Indentation-based-syntax ), it will
save people a lot of time figuring out how to compile your sources.

Regards,
Nikita


2014-02-05 5:33 GMT+04:00 lambdalice <marisachar at gmail.com>:

> Hi Juan.
>
> Nemerle has the "indentation syntax mode", isn't enabled by default.
> You have to give the "-i" option, and you can just use this shell script(if
> command "ncc" is in the path):
>
>   ncc -i bf.n -r Nemerle.Compiler.dll -t:dll -o bf.dll
>   ncc -i bfrun.n -r bf.dll
>
> https://github.com/lambdalice/MacroBF/blob/master/build.sh
>
> And please see the bfrun.n that contains brainf*ck codes:
>
> https://github.com/lambdalice/MacroBF/blob/master/bfrun.n
>
> All of the brainf*ck codes will be successfly compiled in Windows(and Mono
> for Windows), but Mono on Linux will give you the error.
>
>
>
> -----
> 16 years old Japanese student
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/StackOverflow-in-System-Array-Clear-tp4661845p4661850.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140208/2408d162/attachment.html>


More information about the Mono-devel-list mailing list