aboutsummaryrefslogtreecommitdiff
path: root/src/TokenTypes.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/TokenTypes.kt')
-rw-r--r--src/TokenTypes.kt14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/TokenTypes.kt b/src/TokenTypes.kt
deleted file mode 100644
index 9e15b5a..0000000
--- a/src/TokenTypes.kt
+++ /dev/null
@@ -1,14 +0,0 @@
-enum class TokenType {
- Keyword,
- Assignment,
- Arithmetic,
- Comparison,
- Logical,
- Identifier,
- Constant,
- Punctuation,
- Bracket,
- Classifier,
- Empty,
- Skip
-} \ No newline at end of file