Skip to content
/ typt Public

Repository for my third year project, typt - a statically typed language compiled to Python.

Notifications You must be signed in to change notification settings

BPHarris/typt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the GitHub repository for my third-year project at the University of Warwick. The project aims to create and implement a statically typed programming language, named typt, which will compile to Python 3.

In this repository is the file typt.py which is the compiler for typt programs. Additionally, the file Typt/Type.g4 contains the grammar definitions of the language. The test folder contains several exemplar typt programs for unit testing; the test.py file performs the unit tests.

Table of Contents

Usage

Quick explaination of using the Typt compiler.

Compiler Options

List of compiler command-line options here.

Libraries Used

The project makes use of several libraries which will be listed below.

FAQ

Insert an FAQ here.

About

Repository for my third year project, typt - a statically typed language compiled to Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published