0.3.27 ā€¢ Published 5 years ago

budgie v0.3.27

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Budgie šŸ¦œ

NPM version Greenkeeper badge Circle CI

A unified syntax that compiles into a number of OOP languages. Formerly known as General Language Syntax (GLS).

Budgie is still under development. Don't expect everything to work!

Usage

Budgie can be used as a command-line app or via import/require.

CLI

To convert file.bg to file.py:

npm install budgie budgie-cli --global

budgie --language Python file.bg

See budgie-cli.

Code

npm install budgie

import { Budgie } from "budgie";

const budgie = new Budgie("C#");

// System.Console.WriteLine("Hello world!");
budgie.convert([`print : ("Hello world!")`]);

Status

Budgie is just shy of 0.4.

Development

If you'd like to contribute to Budgie, see Development.md.

Requires Node >=12

šŸ’– Many thanks to @matthojo for allowing use of the budgie npm package name!

0.3.27

5 years ago

0.3.26

5 years ago

1.0.0

8 years ago

0.0.1

8 years ago

0.0.0

9 years ago