Commit Graph

31 Commits

Author SHA1 Message Date
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
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
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
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
4c6920eaa1 Convert some more code to kotlin 2018-07-21 17:31:34 -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
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
a2f8086b8e Rename source directories
- Refactor SymbolTable
2018-03-23 18:12:47 -04:00