0.3.25 • Published 7 years ago
general-language-syntax v0.3.25
GLS - General Language Syntax
A unified syntax that compiles into a number of OOP languages.
- Read the docs at glslang.org.
- Try it at aka.ms/gls-demo.
GLS is still under development. Don't expect everything to work!
Usage
GLS can be used as a command-line app or via import
/require
.
CLI
To convert file.gls
to file.py
:
npm install general-language-syntax gls-cli --global
gls --language Python file.gls
See gls-cli.
Code
npm install general-language-syntax
import { Gls } from "general-language-syntax";
const gls = new Gls("C#");
// System.Console.WriteLine("Hello world!");
gls.convert([`print : ("Hello world!")`]);
Status
GLS is just shy of 0.4.
Development
If you'd like to contribute to GLS, see Development.md.
Requires Node >=8
0.3.25
7 years ago
0.3.24
7 years ago
0.3.23
7 years ago
0.3.22
8 years ago
0.3.21
8 years ago
0.3.20
8 years ago
0.3.19
8 years ago
0.3.18
8 years ago
0.3.17
8 years ago
0.3.16
8 years ago
0.3.15
8 years ago
0.3.14
8 years ago
0.3.13
8 years ago
0.3.12
9 years ago
0.3.11
9 years ago
0.3.10
9 years ago
0.3.9
9 years ago
0.3.8
9 years ago