Commit Graph

11 Commits

Author SHA1 Message Date
5f2ecf79c6 Switch to ClassGraph for annotation reflection
Some maven dependencies were updated and alternative method of
building an uberjar was added (currently commented out), since
the shade plugin displays a warning for the module-info in
ClassGraph.
2018-10-21 08:33:22 -04:00
5aac9cfde0 Allow the interpreter to start again
- The issue was with the reflections library:
   https://github.com/ronmamo/reflections/issues/81
2018-10-20 13:03:04 -04:00
55668a05a6 Load built-in functions with reflection 2018-10-20 12:02:18 -04:00
75f02a89cc Convert Eval to kotlin 2018-10-20 09:01:45 -04:00
8a970b6797 Clean up data structure code 2018-07-22 11:30:00 -04:00
4c6920eaa1 Convert some more code to kotlin 2018-07-21 17:31:34 -04:00
c5fbab6813 Convert tokens to kotlin 2018-05-19 13:56:14 -04:00
28f2351654 Convert numeric equal to kotlin 2018-05-05 16:46:53 -04:00
daf43b0ea7 Convert error manager test to kotlin 2018-03-25 11:30:36 -04:00
b2989809eb Convert util classes to kotlin 2018-03-24 11:43:22 -04:00
d74e472780 Convert function table to kotlin 2018-03-24 11:07:59 -04:00