equal
  deleted
  inserted
  replaced
  
    
    
|    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 |