Skip to content

Rpal interpreter implemented in Java which evaluates AST trees

Notifications You must be signed in to change notification settings

kdsuneraavinash/rpal-ast-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rpal Interpreter

Running the Programme

  1. Run
java -jar rpal.jar filename

or

  1. cd into bin/ directory.

  2. Run

java Rpal filename
eg:  java Rpal "/home/user/Documents/code.ast"

Source code is in src/ directory.

Java version

Compiled with javac 1.8.0_252.

Tested the compiled class files with

openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment (build 11.0.7+10)
OpenJDK 64-Bit Server VM (build 11.0.7+10, mixed mode)
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)

About

Rpal interpreter implemented in Java which evaluates AST trees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published