davidsun0 / lateral

A simple dialect of Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lateral Lisp

This repository contains various related compilers and interpreters for a new dialect of Lisp.

  • interpreter/ is a compiler targeting JVM and the C interpreter it was built on
  • jvm/ is a seperate JVM compiler written in Java and based around invokedynamic
  • arm/ is a compiler written in Common Lisp targeting ARM32 assembly

About

A simple dialect of Lisp

License:GNU General Public License v3.0


Languages

Language:Common Lisp 48.3%Language:Java 26.4%Language:C 24.5%Language:Python 0.4%Language:NewLisp 0.2%Language:C++ 0.1%Language:Makefile 0.1%