Skip to content

khinsen/racket-typed-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

racket-typed-lang

A bare-bones typed language implementation for Racket

This repository contains an example for a typed language implemented in Racket, consisting of Typed Racket with extensions. This is not trivial to do. The current version works thanks to a suggestion by Evan Moran on the Racket user mailing list.

Usage

  1. Clone this repository:

git clone https://github.com/khinsen/racket-typed-lang

  1. Enter the repository directory:

cd racket-typed-lang

  1. Tell Racket about the collection a-typed-lang:

raco link a-typed-lang

  1. Run the example:

racket example.rkt

About

A bare-bones typed language implementation for Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages