GithubHelp home page GithubHelp logo

doml-lang / doml.net Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 7.95 MB

The .net implementation

License: GNU General Public License v3.0

C# 95.64% HTML 0.89% R 3.47%
markup-language dot-net c-sharp c-sharp-library c-sharp-6 programming-language parsing stack doml data

doml.net's People

Contributors

braedonwooding avatar

Stargazers

 avatar

Watchers

 avatar  avatar

doml.net's Issues

Error Messages

Just spend some time updating the error messages to include as much data as we can, also update 'starting row/col' as to maintain a more accurate error.

Attributes Support

Support attributes (or as I often call them macros). Support user defined ones too.

Array/Map of objects

i.e.

X : []A {
  ::B() { },
  ::() { },
  { }
}

and

X : [A : C] {
  A::B() { } : C::D() { }
}

maxSpaces isn't always correct

It often is a little higher than what it should be, clearly it is being counted too highly. Probably an easy fix but low priority as a higher value is never going to cause problems.

Serialization

From C# classes to DOML code, not a major reason of why people use DOML, but we should support it regardless.

IR parsing

Support parsing of IR both in binary and text format, and macro IR support along with IR_obj, IR_set, IR_ctor, IR_get, IR_type.

Maps

Implement maps (object maps); i.e.

X : [int : flt] = {
   1 : 5.0,
   9 : 2.4
}

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.