# HG changeset patch # User Christian Urban # Date 1630334383 -3600 # Node ID bdcaecdee9eb6e13a5a3a6ca05b785193915a21c # Parent 67c8a6e6a3051fb2c9986c9d537abffc7cc031a6 updated diff -r 67c8a6e6a305 -r bdcaecdee9eb progs/parser-combinators/comb1.sc --- a/progs/parser-combinators/comb1.sc Mon Aug 30 14:38:24 2021 +0100 +++ b/progs/parser-combinators/comb1.sc Mon Aug 30 15:39:43 2021 +0100 @@ -227,3 +227,8 @@ //println(E.parse("((((((1))))))")) //println(E.parse("(((((((1)))))))")) //println(E.parse("((((((((1)))))))")) + + + + +// runs with amm2 and amm3 diff -r 67c8a6e6a305 -r bdcaecdee9eb progs/parser-combinators/comb2.sc --- a/progs/parser-combinators/comb2.sc Mon Aug 30 14:38:24 2021 +0100 +++ b/progs/parser-combinators/comb2.sc Mon Aug 30 15:39:43 2021 +0100 @@ -270,3 +270,9 @@ }""".replaceAll("\\s+", "") println(eval(Stmts.parse_all(primes).head)) + + + + + +// runs with amm2 and amm3 diff -r 67c8a6e6a305 -r bdcaecdee9eb progs/while/compile.sc --- a/progs/while/compile.sc Mon Aug 30 14:38:24 2021 +0100 +++ b/progs/while/compile.sc Mon Aug 30 15:39:43 2021 +0100 @@ -257,9 +257,15 @@ istore 1 goto Label1 Label2: - ;when we come here we have our integer computed in local variable 1 + ; when we come here we have our integer computed in local variable 1 iload 1 ireturn .end method */ + + + + + +// runs with amm2 and amm3