Commit Graph

17 Commits

Author SHA1 Message Date
568fce3c11 Load lisp language files automatically 2018-01-21 10:32:55 -05:00
7de348d759 Remove wildcard imports 2017-11-12 09:42:25 -05: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
462673ba64 Add line wrapping support to the terminal 2017-03-17 19:40:56 -04:00
aa13394548 Add ability to run acceptance tests on files 2017-03-06 12:44:06 -05:00
04cb46e94d Store the base directory for an interpreted files
A bug was resolved where some functions were getting a null
ErrorManager.

A reset funtion was added to RuntimeEnvironment.

Resolves #15
2017-03-05 10:20:31 -05:00
49e145d098 Cleaned up some code 2017-02-26 12:39:08 -05:00
e51d275b76 Started added unit tests for the interpreter and main packages 2017-02-26 12:31:27 -05:00
6f2802828d Resolves #5 - Added FitNesse to the project 2017-02-22 14:11:40 -05:00
b3ae5c9122 Added decorators for output text 2017-02-11 13:33:34 -05:00
6fa132313d Refactored error severity 2017-02-11 10:42:07 -05:00
1a25ddc35f Refactored the lisp interpreter builder and some error handling 2017-02-09 11:00:23 -05:00
65069561b8 Formatted LispInterpreterBuilderImpl 2017-02-06 13:47:05 -05:00
913fd031c6 Only allow a single interpreter to be built
Renamed Environment to RuntimeEnvironment
2017-02-06 13:39:05 -05:00
ea8acd423f Refactored some code and added unit tests 2017-01-18 16:25:09 -05:00
a4cb521c7d Introduced global abstractions of input, output, and termination 2017-01-17 13:54:21 -05:00