From 663eaa8e9ed4c7d13ff65ad9aed14d748416d830 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 25 Nov 2018 23:09:05 -0800 Subject: [PATCH] Marked GLS as v0.4.0! Fixes #572. --- README.md | 17 +++++++++++++---- gls.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa1c00b4..f73f000d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ gls.convert([`print : ("Hello world!")`]); ## Status -GLS is just shy of **0.4**. +GLS is within the **0.4** range, working towards 0.5. @@ -64,17 +64,26 @@ GLS is just shy of **0.4**. - + - + - + diff --git a/gls.json b/gls.json index ed573114..95977b84 100644 --- a/gls.json +++ b/gls.json @@ -6,5 +6,5 @@ "name": "Gls", "repositoryType": "git", "url": "https://github.com/general-language-syntax/GLS", - "version": "0.3.24" + "version": "0.4.0" } diff --git a/package-lock.json b/package-lock.json index e9789401..5efaa785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "general-language-syntax", - "version": "0.3.25", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86e32427..acee37f8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "main": "lib/index.js", "typings": "lib/index.d.ts", - "version": "0.3.25", + "version": "0.4.0", "devDependencies": { "@types/chai": "^4.1.7", "@types/glob": "^7.1.1",
TypeScript Compiler + C# Output 0.3GLS compiler re-written in TypeScript. Near-working C#, Java, JavaScript, Python, Ruby, and TypeScript output. + GLS compiler re-written in TypeScript. + Near-working C#, Java, JavaScript, Python, Ruby, and TypeScript output. +
Roundtripping Feature Complete 0.4All features required for roundtripping implemented. Working C# and TypeScript output. Near-working Java, JavaScript, Python, and Ruby output. + Features expected to required for roundtripping implemented. + Working Java, C#, JavaScript, Python, Ruby, and TypeScript output. +
Full Language Outputs 0.5Working C#, Java, JavaScript, Ruby, Python, and TypeScript output. + Roundtripping implemented. + GLS is checked in as GLS but written in C#. +
Powershell, PHP, Misc.