onur1211 / verse-interpreter

Verse interpreter implemented with C# and ANTLR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verse Interpreter Project

This project is an interpreter for the programming language 'Verse'. For more information about how to use the interpreter please check out the PDF file which serves as a guide to use the interpreter and also to explain the implemented features and some syntax deviations.

Manual Verse Interpreter

We also added a release to the repo, where you can download the exe file and execute some Verse code if you like to. Just keep in mind it is still work in progress and experimental, so there can be some bugs. There are also some '.verse' test files which can be executed with the interpreter.

Verse

Verse is a functional logic programming language by Epic Games. More details about the language are explained in the video down below.

Beyond Functional Programming: The Verse Programming Language (Simon Peyton Jones)

About

Verse interpreter implemented with C# and ANTLR


Languages

Language:C# 96.8%Language:ANTLR 3.2%