aboutsummaryrefslogtreecommitdiff
path: root/src/Syntax.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Syntax.kt')
-rw-r--r--src/Syntax.kt7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Syntax.kt b/src/Syntax.kt
deleted file mode 100644
index 7d7ab9d..0000000
--- a/src/Syntax.kt
+++ /dev/null
@@ -1,7 +0,0 @@
-class Syntax {
- fun check(tokens: MutableList<Pair<String, TokenType>>) {
- for (token in tokens) {
- print(token)
- }
- }
-} \ No newline at end of file