Mike Cifelli
5f2ecf79c6
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. |
||
---|---|---|
.idea | ||
fitnesse | ||
lisp | ||
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
README.md | ||
pom.xml |
README.md
Transcendental Lisp
A dialect of Lisp still in its early stages of development.
Build Setup
# build the application
mvn clean verify
# run the interpreter
java -jar target/transcendental-lisp-*.jar