Skip to content

Abstract Syntax Tree interpreter for the RPAL functional language

Notifications You must be signed in to change notification settings

mohotta/rpal-ast-interpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

rpal-ast-interpreter

(Abstract Syntax Tree interpreter for the RPAL functional language)

RPAL (Right-reference Pedagogic Algorithmic Language) is a functional language where only expressions are used to develop a program. RPAL has no concept of ‘‘assignment’’, nor even one of ‘‘memory’’. There are no loops, only recursion. RPAL is a dynamically typed language. An interpreter is needed to run a RPAL program. rpal-ast-interpreter is an intermediate program developed using java programming language that can interpret the abstract syntax tree of a RPAL program.

About

Abstract Syntax Tree interpreter for the RPAL functional language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%