Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<table>
<thead>
Expand All @@ -64,17 +64,26 @@ GLS is just shy of **0.4**.
<tr>
<th>TypeScript Compiler + C# Output</th>
<td>0.3</td>
<td>GLS compiler re-written in TypeScript. Near-working C#, Java, JavaScript, Python, Ruby, and TypeScript output.</td>
<td>
GLS compiler re-written in TypeScript.
Near-working C#, Java, JavaScript, Python, Ruby, and TypeScript output.
</td>
</tr>
<tr>
<th>Roundtripping Feature Complete</th>
<td>0.4</td>
<td>All features required for roundtripping implemented. Working C# and TypeScript output. Near-working Java, JavaScript, Python, and Ruby output.</td>
<td>
Features expected to required for roundtripping implemented.
Working Java, C#, JavaScript, Python, Ruby, and TypeScript output.
</td>
</tr>
<tr>
<th>Full Language Outputs</th>
<td>0.5</td>
<td>Working C#, Java, JavaScript, Ruby, Python, and TypeScript output.</td>
<td>
Roundtripping implemented.
GLS is checked in as GLS but written in C#.
</td>
</tr>
<tr>
<th>Powershell, PHP, Misc.</th>
Expand Down
2 changes: 1 addition & 1 deletion gls.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"name": "Gls",
"repositoryType": "git",
"url": "https://github.com/general-language-syntax/GLS",
"version": "0.3.24"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down