aboutsummaryrefslogtreecommitdiff
path: root/src/Testing.kt
diff options
context:
space:
mode:
authorMarvin Borner2019-08-14 22:31:46 +0200
committerMarvin Borner2019-08-14 22:31:46 +0200
commit938f655b120efd01a0fbdd5c3fde7dbc1b53d267 (patch)
treed7e7ff88280a110e1220573ff41e79cc98baa68b /src/Testing.kt
parent38aad3dcda01fc5ed82556dbfdf4cfc30ff479d9 (diff)
Using Kotlin/Native now
Diffstat (limited to 'src/Testing.kt')
-rw-r--r--src/Testing.kt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Testing.kt b/src/Testing.kt
deleted file mode 100644
index d1e6b17..0000000
--- a/src/Testing.kt
+++ /dev/null
@@ -1,8 +0,0 @@
-class Testing {
- init {
- val source = Loader("/home/melvin/coding/run/example.run").load()
- val tokens = Lexical().analyze(source)
- Syntax().check(tokens)
- print(source)
- }
-} \ No newline at end of file