https://github.com/nadunsanjeevana/rpal-interpreter
Welcome to the RPAL Interpreter repository! This project is an implementation of an interpreter for RPAL (Recursive Programming Algorithmic Language), a functional programming language
https://github.com/nadunsanjeevana/rpal-interpreter
rpal
Last synced: 3 months ago
JSON representation
Welcome to the RPAL Interpreter repository! This project is an implementation of an interpreter for RPAL (Recursive Programming Algorithmic Language), a functional programming language
- Host: GitHub
- URL: https://github.com/nadunsanjeevana/rpal-interpreter
- Owner: NadunSanjeevana
- Created: 2023-09-25T12:34:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T12:38:29.000Z (over 1 year ago)
- Last Synced: 2023-09-25T22:08:04.064Z (over 1 year ago)
- Topics: rpal
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPAL Interpreter
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)## Introduction
Welcome to the RPAL Interpreter repository! This project is an implementation of an interpreter for RPAL (Recursive Programming Algorithmic Language), a functional programming language. The interpreter parses and executes RPAL code, making it a valuable tool for understanding and working with RPAL programs.
## Features
- **RPAL Interpretation:** Parse and execute RPAL programs.
- **Syntax and Semantic Analysis:** Check the syntax and semantics of RPAL code.
- **Expression Evaluation:** Evaluate arithmetic, logic, and control flow expressions.
- **Error Handling:** Detect and report errors in RPAL code.## Technologies Used
- **Java:** The primary programming language used for building the RPAL interpreter.
- **ANTLR (ANother Tool for Language Recognition):** Used for parsing RPAL code and generating the Abstract Syntax Tree (AST).## Getting Started
To get started with the RPAL Interpreter, follow these steps:
1. Clone this repository to your local machine:
```shell
git clone https://github.com/NadunSanjeevana/RPAL-interpreter.git