Files
kotlin-fork/eval4j
Alexander Udalov 44e35cad29 Make 'sure' an inline function with a lazy parameter
Also replace some other non-lazy stdlib function usages with the new lazy
'sure'
2015-04-16 13:55:06 +03:00
..
2014-04-23 18:09:27 +04:00
2014-04-24 16:48:02 +04:00

eval4j is a Java byte code interpreter written in Kotlin. Its primary use case is implementing expression evaluation in debuggers.