View on GitHub

starsep-lang

My own programming language and its interpreter for Programming Languages and Paradigms course @ University of Warsaw

Introduction

starsep-lang is language created for course Programming Languages and Paradigms at University of Warsaw by me, Filip <starsep> Czaplicki.

Language site is at https://starsep.com/lang.

You can find task description (in Polish) here.

Language Description

starsep-lang is imperative language with functional features. Its grammar is based on Latte with my extensions. Find out more at Language README.

Grammar

Latest grammar in BNFC format. Latest BNFC-generated grammar documentation: HTML/PDF.

Building

Find out how to build project here.

Source code

Project repository is at https://github.com/starsep/lang.

Features

Are here.