Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple LISP

A basic interpreter and compiler for my toy language. To build, just do cargo build.

$ simple-lisp file.sl    # interpreter
$ simple-lisp file.sl -c # compiler (converts it to C++ then call g++)
$ simple-lisp file.sl -e # bytecode (converts it to bytecode for the RockVM¹)

There are differences in support from each backend. So not all examples will run the same on each (or might even be unsupported).

¹: RockVM

About

A toy interpreter/compiler for a toy language

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages