A Lisp interpreter written in Kotlin
Go to file
Mike Cifelli 2de2e3947a Increase test coverage
Fixed an intermittent deadlock in MainTest:
FlushListener could receive more than the expected number of flushes
before the VirtualTerminalInteractor was given control. So by setting
the flush count to zero in waitForFlushes(), flushes could be lost. Now
it only reduces the number of flushes by the expected number.
2017-03-24 11:53:33 -04:00
.settings Switch from ant to maven 2017-03-15 13:37:39 -04:00
fitnesse Fix problems with FitNesse 2017-03-17 16:17:44 -04:00
lisp Add a GENSYM-EQUAL function for unit testing macros 2017-03-13 14:43:31 -04:00
src Increase test coverage 2017-03-24 09:29:19 -04:00
test Increase test coverage 2017-03-24 11:53:33 -04:00
.classpath Switch from ant to maven 2017-03-15 13:37:39 -04:00
.gitignore Add lanterna to the project 2017-03-15 13:52:20 -04:00
.project Switch from ant to maven 2017-03-15 13:37:39 -04:00
README.md README.md edited online with Bitbucket 2017-03-07 14:57:13 +00:00
pom.xml Add and refactor unit tests 2017-03-23 16:14:26 -04:00

README.md

Transcendental Lisp

A dialect of Lisp still in its early stages of development.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact