0.3.25 • Published 6 years ago

general-language-syntax v0.3.25

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

GLS - General Language Syntax

Build Status NPM version Greenkeeper badge

A unified syntax that compiles into a number of OOP languages.

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

6 years ago

0.3.24

6 years ago

0.3.23

6 years ago

0.3.22

7 years ago

0.3.21

7 years ago

0.3.20

7 years ago

0.3.19

7 years ago

0.3.18

7 years ago

0.3.17

7 years ago

0.3.16

7 years ago

0.3.15

7 years ago

0.3.14

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago