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.
TypeScript Compiler + C# Output | 0.3 | -GLS 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.4 | -All 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.5 | -Working C#, Java, JavaScript, Ruby, Python, and TypeScript output. | ++ Roundtripping implemented. + GLS is checked in as GLS but written in C#. + |
Powershell, PHP, Misc. | 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",