GithubHelp home page GithubHelp logo

clossa's Introduction

The CLOSSA Compiler

CLOSSA, or in Greek "CΛΩΣΣΑ" is a C-based language suitable for teaching high school students programming. It is designed to replace the current "ΓΛΩΣΣΑ" being taught by adding more power yet maintaining a Greek enviroment for the students to work on. It is not type-safe like ΓΛΩΣΣΑ but adds way more capabilities to the hands of the developers. Although it is not yet fully documented, we are working on making this compiler work and more documentation will follow afterwards. It is obviously not a trolling attempt. The language supports integers, doubles, longs, characters -all signed or unsigned, structs and even external libraries. Some could argue this is a badly translated version of C, although this is not the case, since this is actually using the same or similar translation patterns as the ΓΛΩΣΣΑ language. With CΛΩΣΣΑ you can do much more than with the original ΓΛΩΣΣΑ, and most importantly it compiles and runs on actual computers. You can create from a simple Hello World program to a fully featured driver for the hardware of your choice.

Usage:

$ clossa -h
usage: clossa [-h] [-o OUT] [-ansi] [-p] [-w] code.clo

The CLOSSA Compiler

positional arguments:
  code.clo           The file to be compiled.

optional arguments:
  -h, --help         show this help message and exit
  -o OUT, --out OUT  Name of the output file
  -ansi, --ansi      Follow the CLOSSA ANSI strict rules
  -p, -pedantic      Follow the strict ISO CLOSSA
  -w, -Werror        Treat all warnings as errors

Licensed under modified NPOSL-3.0
$

clossa's People

Contributors

daknob avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

spanagiot

clossa's Issues

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.