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

lambdalice marisachar at gmail.com
Wed Feb 5 01:33:29 UTC 2014


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.


More information about the Mono-devel-list mailing list