Ishad-M-I-M / RPAL-Interpreter

Evaluate Abstract Syntax Tree of RPAL programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPAL-Interpreter

Interpret RPAL abstract syntax trees and give the output of the program.

Executing the program.

Before the execution need to compile the java classes. For that run

make

Then, it will compile the java classes to the root directory. Execute the program with following command.

java myrpal <file-name>

Note:

  • Replace <file-name> with the path to the file containing AST.
  • Used java version 18
  • Used intellij for development. So, code can be compiled and executed with intellij build system

About

Evaluate Abstract Syntax Tree of RPAL programs

License:GNU General Public License v3.0


Languages

Language:Java 98.9%Language:Makefile 1.1%