progs/while-compiler-arrays/compile_bfc.sc
changeset 757 b0ff6121cb9a
parent 747 448a7a78aa86
equal deleted inserted replaced
756:cb2918e02806 757:b0ff6121cb9a
   290 // takes approximately 10 minutes to parse with our parser combinators,
   290 // takes approximately 10 minutes to parse with our parser combinators,
   291 // and approximately 30 seconds with Ammonite's fastparse.
   291 // and approximately 30 seconds with Ammonite's fastparse.
   292 
   292 
   293 @doc(" Mandelbrot set.")
   293 @doc(" Mandelbrot set.")
   294 @main
   294 @main
   295 def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mand")
   295 def bfc4() = bf_run(read(pwd / "mandelbrot.bf"), "mandelbrot")
   296 
   296 
   297 
   297 
   298 // this unfortunately hits the capacity of the JVM, even with optimisations
   298 // this unfortunately hits the capacity of the JVM, even with optimisations
   299 //@doc(" Coolatz serries up to 30.")
   299 //@doc(" Coolatz serries up to 30.")
   300 //@main
   300 //@main