Commit Graph

66 Commits

Author SHA1 Message Date
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
a25141a9b1 Refactor source directories again 2018-03-17 14:18:03 -04:00
bd7df920fa Update import arrangement 2018-03-17 10:02:52 -04:00
d0cffe7500 Update code formatter 2018-03-17 09:52:53 -04:00
114a3e4309 Refactor source code directories 2018-03-17 09:23:10 -04:00
568fce3c11 Load lisp language files automatically 2018-01-21 10:32:55 -05:00
3ef8712f2f Use maven version in greeting 2018-01-20 08:34:31 -05:00
10ff762647 Increment version 2017-11-24 11:11:22 -05:00
7de348d759 Remove wildcard imports 2017-11-12 09:42:25 -05:00
eb82a25f64 Increase test coverage 2017-03-24 09:29:19 -04:00
111dd06d6f Add unit tests 2017-03-23 18:48:37 -04:00
52762a6152 Add and refactor unit tests 2017-03-23 16:14:26 -04:00
23dd1c0654 Increase test coverage and refactor code 2017-03-23 12:14:44 -04:00
228b4b1793 Refactor stream code and add unit tests 2017-03-22 14:08:22 -04:00
b298e118e3 Add colors to the interactive interpreter 2017-03-22 11:26:53 -04:00
058e937c3e Refactor main interpreter code
Fixed several minor issues

Only print the last value when interpreting a file

Resolves #4
2017-03-21 15:03:16 -04:00
5cb6212d2a Fix terminal resize issues 2017-03-21 12:07:22 -04:00
a8eff1ad70 Clean up terminal code 2017-03-21 09:25:40 -04:00
ad173d06a9 Fix issues when input pushes past end of buffer
A few issues still remain:

- Inserting text pushes the remainder of the input to a new line
  at the end of the buffer.

- Resizing the terminal height causes numerous issues.
2017-03-19 17:17:34 -04:00
38ab1144fb Clean up terminal code and unit tests
The terminal unit tests were updated so that they don't rely on an
arbitrary delay.
2017-03-19 12:54:35 -04:00
31ca72e534 Add a crude interactive terminal implementation 2017-03-18 16:49:46 -04:00
c533b7c1d9 Start experimenting with lanterna 2017-03-17 16:07:25 -04:00
e51d275b76 Started added unit tests for the interpreter and main packages 2017-02-26 12:31:27 -05:00