Skip to content

kschiess/toylisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== WHAT IS THIS

This is a really small toy lisp interpreter I hacked to be able to run this
snippet: 

  [:deffun, :reverse, [:list], 
    [:if, [:nil?, :list],
      [],
      [:cons, [:reverse, [:tail, :list]], [:head, :list]]]]
  
  [:reverse, [1, 2, 3]]
  
== AUTHOR

Copyright (c) 2009, Kaspar Schiess

About

A toy lisp interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published