diff options
author | Marvin Borner | 2019-08-14 22:31:46 +0200 |
---|---|---|
committer | Marvin Borner | 2019-08-14 22:31:46 +0200 |
commit | 938f655b120efd01a0fbdd5c3fde7dbc1b53d267 (patch) | |
tree | d7e7ff88280a110e1220573ff41e79cc98baa68b /src/TokenTypes.kt | |
parent | 38aad3dcda01fc5ed82556dbfdf4cfc30ff479d9 (diff) |
Using Kotlin/Native now
Diffstat (limited to 'src/TokenTypes.kt')
-rw-r--r-- | src/TokenTypes.kt | 14 |
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 |