Move out JVM debugger functionality

This commit is contained in:
Yan Zhulanow
2019-04-05 15:10:14 +03:00
parent 5843336d42
commit ae7550c5af
318 changed files with 1068 additions and 723 deletions
+2
View File
@@ -0,0 +1,2 @@
eval4j is a Java byte code interpreter written in Kotlin.
Its primary use case is implementing expression evaluation in debuggers.