Skip to content

RPAL Compiler

Latest
Compare
Choose a tag to compare
@ChamoDa01 ChamoDa01 released this 15 Jun 07:06
· 1 commit to main since this release
c66d50c

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+