From 341e39b03ce79d9fc3ac807f1aaeed2cf11227b1 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Mon, 18 Apr 2022 10:14:36 +0200 Subject: [PATCH] More README contents --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db9fc2..50cbd0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,24 @@ # Carp -contains Carp language support for the Glamorous Toolkit. +contains Carp language support for the Glamorous Toolkit. Heavy WIP. + +## Contents + +The repository contains: +- A SmaCC parser for Carp, +- a highlighter and styler for Carp code inside GT, +- a snippet type for Carp Lepiter snippets, +- a stand-alone code generator for Carp from an intermediate representation, +- a work-in-progress booklet about the process of adding a language to GT, and +- a work-in progress module IDE for Carp based on GT class coders. + +## Missing + +Still left to do are: +- Finish the booklet, +- “finish” the IDE (i.e. bring to a stable, cute state), +- write the `LanguageLink` server and client and find a way to distribute the server, and +- get you involved!