From 1955298ba06d73e41e63e86c13086460287b61de Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 17 Nov 2023 14:12:14 +0100 Subject: [PATCH] Improve README slightly --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 345b658..13f1711 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,8 @@ The `main` branch is where active development happens: git clone -b main https://git.syndicate-lang.org/syndicate-lang/syndicate-js -An earlier TypeScript+JavaScript implementation from early 2021 (the -primary difference to `main` being a lack of object-capability -support) can be found on the `typescript1` branch: - - git clone -b typescript1 https://git.syndicate-lang.org/syndicate-lang/syndicate-js - -Finally, the `babel-based` branch is from 2018, and is an -implementation for JavaScript only. It extends babel with new syntax -and new plugins, (rather than implementing its own error-tolerant -parser, like `typescript1` and `main`): - - git clone -b babel-based https://git.syndicate-lang.org/syndicate-lang/syndicate-js - ## Building -*These instructions are for the `main` branch.* - This project uses [`yarn`](https://yarnpkg.com/), not `npm`. The repository is a monorepo, using @@ -176,3 +161,18 @@ along with this program. If not, see . +## Older versions + +An earlier TypeScript+JavaScript implementation from early 2021 (the +primary difference to `main` being a lack of object-capability +support) can be found on the `typescript1` branch: + + git clone -b typescript1 https://git.syndicate-lang.org/syndicate-lang/syndicate-js + +Finally, the `babel-based` branch is from 2018, and is an +implementation for JavaScript only. It extends babel with new syntax +and new plugins (rather than implementing its own error-tolerant +parser, like `typescript1` and `main`): + + git clone -b babel-based https://git.syndicate-lang.org/syndicate-lang/syndicate-js +