RPAL Interpreter v1.0.2
A command-line based interpreter for the RPAL (Right-reference Pure Applicative Language), packaged as a native .exe
for Windows.
🧑💻 How to Use
- Download
myrpal.exe
from the Assets section below. - Place your
.txt
RPAL code file in the same directory. - Run using Command Prompt or PowerShell:
.\myrpal.exe file_name.txt
.\myrpal.exe -ast/-st file_name.txt
.\myrpal.exe -ast -st file_name.txt
💻 Requirements
- Windows 64-bit
- JDK 21+