diff options
author | Marvin Borner | 2019-08-14 22:45:30 +0200 |
---|---|---|
committer | Marvin Borner | 2019-08-14 22:45:30 +0200 |
commit | ab91d3b7e92ab42c1b4c449797fee672bd5e2859 (patch) | |
tree | 461d0482c6b70cb425edc629797244d57ab8012f /src/runMain/kotlin/Testing.kt | |
parent | 938f655b120efd01a0fbdd5c3fde7dbc1b53d267 (diff) |
Re-added files
Diffstat (limited to 'src/runMain/kotlin/Testing.kt')
-rw-r--r-- | src/runMain/kotlin/Testing.kt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/runMain/kotlin/Testing.kt b/src/runMain/kotlin/Testing.kt new file mode 100644 index 0000000..5ee9560 --- /dev/null +++ b/src/runMain/kotlin/Testing.kt @@ -0,0 +1,7 @@ +class Testing { + init { + val source = Loader("/home/melvin/coding/run/example.run").load() + val tokens = Lexical().analyze(source) + Syntax().check(tokens) + } +}
\ No newline at end of file |