Commit Graph

88 Commits

Author SHA1 Message Date
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
61adaffd3c Convert file position code to kotlin 2018-05-05 12:02:43 -04:00
3664a58989 Convert main class to kotlin 2018-03-30 20:54:48 -04:00
d7a751ad39 Convert to function types 2018-03-27 20:52:57 -04:00
2177d13397 Convert lisp interpreter builder to kotlin 2018-03-25 20:16:44 -04:00
daf43b0ea7 Convert error manager test to kotlin 2018-03-25 11:30:36 -04:00
26709a7f9e Convert runtime environment to kotlin 2018-03-25 11:01:24 -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
fd322a385f Refactor table code / update kotlin version 2018-03-24 10:33:33 -04:00
a2f8086b8e Rename source directories
- Refactor SymbolTable
2018-03-23 18:12:47 -04:00
91c4070b53 Convert ExecutionContext to kotlin 2018-03-21 19:49:51 -04:00
426b130e3b Update code formatting rules 2018-03-19 08:13:40 -04:00
0fb64f0a2d Convert error classes to kotlin 2018-03-18 12:45:57 -04:00
5f0cb1aa86 Convert one class to kotlin 2018-03-18 11:39:01 -04:00
60e348449b Move resource folders 2018-03-17 14:19:19 -04:00