Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

lambda

A simple interpreter

Grammar

<Expression> -> <Identifier>
-> <Integer>
-> ( <Expression> <Expression> )
-> ( lambda <Expression> <Expression> )
-> ( define <Expression> <Expression> )
-> ( if <Expression> <Expression> <Expression> )

About

A lisp-like interpreter

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages