aboutsummaryrefslogtreecommitdiff
path: root/src/Testing.kt
diff options
context:
space:
mode:
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