Mikhail57 / python-interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pascal Interpreter Build Status Test Coverage Maintainability

Interpreter for simplified version of Pascal programming language. Inspired by Let’s Build A Simple Interpreter series.

Run

Run, Forest, run!

«Forrest Gump» film

You can download prebuilt binaries from this repo or build and run it by yourself.

To run this project from source, you should have java installed and JAVA_HOME path variable defined.

Windows

In cmd or PowerShell run

./gradlew.bat run <PATH TO PASCAL FILE>

Linux/macOS

In terminal run

./gradlew run <PATH TO PASCAL FILE>

About


Languages

Language:Kotlin 100.0%