Improve README slightly

This commit is contained in:
Tony Garnock-Jones 2023-11-17 14:12:14 +01:00
parent 8f30b198a7
commit 1955298ba0
1 changed files with 15 additions and 15 deletions

View File

@ -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 <https://www.gnu.org/licenses/>.
<!-- tick 2018-11-05T14:23:31.707Z 5 -->
<!-- ticker stopping -->
## 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