Skip to content

jfacorro/fp-interpreter-in-lisp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 

fp-interpreter-in-lisp

An interpreter for Backus's FP programming language.

FP (short for Function Programming) is a programming language created by John Backus to support the function-level programming paradigm. This allows eliminating named variables.

The interpreter reads, parses and evaluates FP expressions, such as function definitions, and application of an environment to a function.

This project was created for academic and educational purposes only.

About

Interpreter for Backus's FP programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published