Commit Graph

103 Commits

Author SHA1 Message Date
84f164397b Convert math tests to kotlin 2018-11-18 07:56:12 -05:00
6ff6852c05 Clean up code 2018-11-10 08:30:15 -05:00
35406b9f03 Convert remaining built in functions to kotlin 2018-11-10 08:26:50 -05:00
add24979d5 Convert predicates to kotlin 2018-11-04 08:34:07 -05:00
8bc0ae744f Convert Let and Let* to kotlin 2018-11-03 10:59:49 -04:00
b4de8fc3ea Convert Recur to kotlin 2018-10-29 19:47:25 -04:00
73bcd4da38 Convert Begin and If to kotlin 2018-10-28 20:22:45 -04:00
a871690e70 Convert definition functions to kotlin 2018-10-28 13:22:18 -04:00
c6d25275bb Convert Cond to kotlin 2018-10-28 13:10:39 -04:00
5d1606571a Handle dotted Case clause 2018-10-28 09:02:21 -04:00
9998a88569 Convert Case to kotlin 2018-10-27 15:56:52 -04:00
8ca2eb199c Convert And and Or to kotlin 2018-10-24 08:47:09 -04:00
ac821abde2 Convert Setq to kotlin 2018-10-23 19:46:13 -04:00
924357b5cd Convert Set and Load to kotlin 2018-10-22 19:52:08 -04:00
7416e0e163 Clean up code 2018-10-21 18:25:19 -04:00
d95b5cc46f Convert more builtins to kotlin 2018-10-21 18:12:26 -04:00
b2867042fe Convert Print to kotlin 2018-10-21 17:05:28 -04:00
84467388bb Convert Fuse to kotlin 2018-10-21 10:10:04 -04:00
c7b9f694c7 Properly close ClassGraph scan 2018-10-21 08:50:56 -04:00
0695ddc1f2 Re-enable jar scanning 2018-10-21 08:43:10 -04:00
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
347857fbb5 Restore main function
- Remove MessageFormat usages in kotlin where possible
 - Code cleanup
2018-10-20 10:09:53 -04:00
75f02a89cc Convert Eval to kotlin 2018-10-20 09:01:45 -04:00
24343b1543 Clean up lisp terminal code 2018-10-03 19:20:42 -04:00
3ec8e72a17 Convert terminal to kotlin 2018-10-03 19:09:50 -04:00
1a6d888ca9 Convert more tests to kotlin 2018-09-30 14:10:11 -04:00
ba6418a977 Convert UserDefinedFunction to kotlin 2018-09-29 08:18:56 -04:00
065d2136ed Standardize cons iteration 2018-09-16 13:03:01 -04:00
3f82b473b4 Convert the argument validator to kotlin 2018-09-16 09:57:48 -04:00
1901b7f251 Clean up terminal history 2018-09-15 15:36:35 -04:00
a20849a5b4 Clean up terminal configuration 2018-09-15 14:03:43 -04:00
e76aefa3d1 Start converting terminal classes to kotlin 2018-09-15 13:59:37 -04:00
516603a948 Convert tail calls to kotlin 2018-08-18 09:25:02 -04:00
a556b69658 Convert sexpression test to kotlin 2018-08-11 10:17:19 -04:00
16118a9a78 Convert sexpressions to kotlin 2018-08-11 08:44:41 -04:00
eaf80390be Convert the interpreter to kotlin 2018-08-05 10:48:18 -04:00
8a970b6797 Clean up data structure code 2018-07-22 11:30:00 -04:00
cb0e8a1d15 Clean up scanner tests 2018-07-22 11:10:00 -04:00
4c6920eaa1 Convert some more code to kotlin 2018-07-21 17:31:34 -04:00
1df72e7704 Refactor while loops to use iterator 2018-07-21 13:25:10 -04:00
19d7284633 Clean up converted code 2018-07-21 12:17:52 -04:00
f2599821e6 Convert stream tests to kotlin 2018-06-05 20:36:04 -04:00
0f34d25e12 Convert streams to kotlin 2018-06-03 09:31:19 -04:00
c5fbab6813 Convert tokens to kotlin 2018-05-19 13:56:14 -04:00
b4cd5f2fe4 Refactor code 2018-05-19 11:59:51 -04:00
ac290d4997 Convert token factory to kotlin 2018-05-19 11:13:28 -04:00
28f2351654 Convert numeric equal to kotlin 2018-05-05 16:46:53 -04:00
9064acd7ed Convert lisp parser to kotlin 2018-05-05 14:14:00 -04:00