Git Product home page Git Product logo

lumi-lang's People

Contributors

ajevnisek avatar dinamll9 avatar meircif avatar nurdok avatar ola-vish avatar shacharoo avatar snudler6 avatar yoseft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lumi-lang's Issues

Finalize MR0 compiler

Update file names and documentation.
Support minus.
Support comments.
And anything else...

Add MR0 unit-test

Test:

  1. compile MR0 C compiler to executable
  2. run executable on MR0 MR0 compiler
  3. check generated C file is same as the MR0 C compiler

Decide return value syntax

Multiple return value support is needed.

Declaring

Can be declared using "output" parameters:

func example(out Int int-return-value, out String string-return-value, copy Int int-in-param, user Stinrg string-in-parm)

or with seperate block:

func example(copy Int int-in-param, user Stinrg string-in-parm) -> (Int int-return-value, String string-return-value)

or something else?

Calling

Can be done using pre-defined parameters:

var Int int-var
var String string-var
example(out int-var, out string-var, copy 3, user "some string")

or with , and assignment:

var Int int-var, var String string-var := example(copy 3, user "some string")

or something else?

Add basic class support to MR1

Define and access classes with only public members

class Class-name
  var Int int-member-name
  var Char char-member-name
  user String string-ref-member-name

and without complex types (var String{size})

Write initial wiki pages

Move content from readme.md, backlog.md and example.mr to the wiki,
and add more information.

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.