Added optional "pretty" printing.

This commit is contained in:
Marvin Blum
2015-10-10 15:57:35 +02:00
parent 765a3fde5b
commit 18ab469808
5 changed files with 73 additions and 55 deletions

View File

@@ -1 +1,5 @@
func foo(a, b) {
return a > b;
}
var x = foo();