Giter VIP home page Giter VIP logo

mr-petros / glo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markoutso/glo

0.0 0.0 0.0 948 KB

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.

License: MIT License

JavaScript 1.92% TypeScript 81.44% GAP 1.37% HTML 0.61% Batchfile 0.01% Vue 14.65%

glo's Introduction

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

glo's People

Contributors

komninoschatzipapas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.