Skip to content

manimkv/Lisp-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple scheme interpreter in javascript and python


A language interpreter has two parts: Parsing and Execution.

In PARSING it takes an input program in the form of a sequence of characters, verifies it according to the syntactic rules of the language, and translates the program into an internal representation.

In EXECUTION the internal representation is then processed according to the semantic rules of the language, thereby carrying out the computation.
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published