From d9d9fbdd9d13a5eadc5c57ac19405983cfe11b2e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 12 Aug 2019 18:41:05 +0200 Subject: Improved exception handling --- src/Testing.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Testing.kt') diff --git a/src/Testing.kt b/src/Testing.kt index 0b16145..4e4ec0d 100644 --- a/src/Testing.kt +++ b/src/Testing.kt @@ -4,7 +4,7 @@ class Testing { val tokens = Lexical().analyze(source) for (token in tokens) { print(token.first) - print("\n") + print(" => ") print(token.second) print("\n") } -- cgit v1.2.3