This repository was archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
gwu/gwu-lisp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
(c) Copyright 2011 Garrett Wu
gwu-lisp - Java library for generating lisp code.
This is a simple collection of Java classes for generating lisp
code. LispElement objects can be constructed in a tree structure.
Calling LispElement.toString() will return the element's
representation as lisp code.
To build just the jar:
Run 'mvn package' to build target/gwu-lisp-${version}.jar.
To install the maven artifact:
Run 'mvn install' to install it to your local maven repository.
To use gwu-lisp in another maven project, add the following to the
build dependencies in its pom.xml file:
<dependency>
<groupId>com.garrettwu.lisp</groupId>
<artifactId>gwu-lisp</artifactId>
<version>${version}</version>
<scope>compile</scope>
</dependency>
About
Generates Lisp code from Java.
Resources
Stars
Watchers
Forks
Packages 0
No packages published