Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

minirop/simple-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

39 Commits

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 RockVM1)

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

1: RockVM

Contributors

AltStyle によって変換されたページ (->オリジナル) /