Skip to content

rbartlensky/jit-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jit-playground

Playing around with interpreters, and JIT compilation.

Goals

Write a JIT compiler for a subset of lisp in C.

TODO:

  • Implement more language features
  • Compile bytecode to x86_64 and execute when a particular path is hot.

Running

make
./build/lsp examples/fib.lsp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published