GithubHelp home page GithubHelp logo

dino's People

Contributors

xvxx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dinomegan

dino's Issues

Tests don't pass

Three tests failing:

*** TEST 'basicar' FAILED ***

  • Need IN - SOLVE. See #1.

*** TEST 'basictx' FAILED ***

  • Line endings seem to be different.

*** TEST 'vector' FAILED ***

  • LDPL adds keys to a vector on a missed lookup. Dino doesn't yet. Need to add this for feature parity.

8. Due to the way vectors are stored internally, both "1" and 1 are treated as the same index. This is a bug.

This is incredible. You just pulled a complete LDPL interpreter, written in LDPL that has its own bytecode out of your sleeve in the blink of an eye. I don't really know what's more impressive of that. My infinite respects.

  1. Due to the way vectors are stored internally, both "1" and 1 are
    treated as the same index. This is a bug.

In the readme you say this. Is that really a bug? In LDPL, if I recall correctly (I can't find this in the documentation so I'll get to it asap) myVector:1 is silently turned into myVector:"1". If that's the case, this bug is not a bug but a feature!

-i flag to include files

You can't use -i= to include files yet. For now, cat them all together and use dino - to run a program from stdin.

So this:

$ ldpl -i=lib.ldpl main.ldpl

becomes:

$ cat lib.ldpl main.ldpl | dino -

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.