GithubHelp home page GithubHelp logo

coral's Introduction

CORaL

Hey, welcome to version 1.0 of CORaL

Here's how it works:

  1. Build and install the compiler:

    make install

  2. The compiler is now installed in /usr/local/bin Run it like so:

    coralc path/to/program.cl

  3. This outputs a program.clx executable. (Open up the source and you'll see some Python)

  4. To execute, like C, do:

    ./program.clx

coral's People

Contributors

bswags avatar mollykarcher avatar l31g avatar mayanez avatar shanechin avatar

Stargazers

Howard Mao avatar Thomas Gazagnaire avatar Jervis Muindi avatar

Watchers

Thomas Gazagnaire avatar  avatar James Cloos avatar  avatar  avatar  avatar Molly Karcher avatar

coral's Issues

variable declarations

This compiles and works:
x = 1;
But this doesn’t:
int x = 1;
Error:
fatal error: exception Parsing.Parse_error

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.