5.0.8-beta • Published 3 years ago

@glossa-glo/cli v5.0.8-beta

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

Glo Netlify Status

A complete parser & interpreter for Glossa(Γλώσσα), the programming language taught in the final year of Greek high school and included in the examinations for entrance to Greek universities.

This project also provides a CLI and a web interface to the interpreter(cli and webapp modules respectively).

The programming language was created by the AEPP book authors and inspired by Pascal and BASIC. All the commands are written in Greek and it does not have support for Object-oriented programming.

Demos

There are demo programs for Glossa(including translation to English) here

Install

The web application is hosted on gloglossa.gr

All the modules are published on npm under the glossa-glo organization. To install the cli run:

npm install --global @glossa-glo/cli

or, using Yarn:

yarn global add @glossa-glo/cli

Then, run

glossa filename

Build

The code is structured as a monorepo, using Lerna. The following commands build all the packages and link them together:

yarn # Installs dependencies on the root package
yarn run bootstrap # Runs local lerna bootstrap

Run

In order to run the CLI locally, execute the following command from the root directory:

./modules/cli/bin/run filename

To run the web app local development server:

cd ./modules/webapp
yarn run dev

Contributing

The project currently does not accept any pull requests. Please email me if you are interested in contributing.

License

MIT License

5.0.8-beta

3 years ago

5.0.7-beta

3 years ago

5.0.5-beta

3 years ago

5.0.4-beta

3 years ago

5.0.1-beta

3 years ago

4.2.7-beta

3 years ago

5.0.0-beta

3 years ago

4.2.6-beta

3 years ago

4.2.4-beta

3 years ago

4.2.5-beta

3 years ago

4.2.3-beta

3 years ago

4.2.2-beta

3 years ago

4.2.0-beta

3 years ago

4.1.1-beta

3 years ago

4.0.1-beta

3 years ago

4.0.0-beta

3 years ago

3.0.5-beta

3 years ago

3.0.4-beta

3 years ago

3.0.3-beta

3 years ago

3.0.2-beta

3 years ago

3.0.0-beta

3 years ago

2.0.5-beta

3 years ago

2.0.1-beta

3 years ago

2.0.0-beta

3 years ago

1.4.0-beta

3 years ago

1.3.0-beta

3 years ago

1.2.2-beta

3 years ago

1.2.1-beta

3 years ago

1.2.0-beta

3 years ago

1.1.2-beta

3 years ago

1.1.0-beta

3 years ago

1.0.5-beta

3 years ago

1.0.2-beta

3 years ago

1.0.0-beta

3 years ago