a lisp implementation dumping ground (for now)
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
dynasm
.gitignore
LICENSE
README.md
WISHLIST
jl.py
jlffi.h
jljit.dasc
jlvm.c
jlvm.h
makefile
parse.scm
test.c
test.h

README.md

just lisp

  • jlvm{.h,.c} implements an secd machine
  • jlffi.h adds ffi functionality
  • jljit.dasc possible future place for jit implementation