Giter VIP home page Giter VIP logo

dmdscript's Introduction

DMDScript

An implementation of the ECMA 262 (Javascript) programming language

dmdscript's People

Contributors

0xeab avatar dmitryolshansky avatar l-kramer avatar s-ludwig avatar walterbright avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmdscript's Issues

Test harness is no longer maintained; can't run current tests

I tried running the tests manually (./run-test262.sh). It fails:

  File "src/test262.py", line 382, in validate
    raise TypeError("Invalid value for negative phase: " + phase)
TypeError: Invalid value for negative phase: parse

Which refers to the line:

if phase not in [None, "early", "runtime"]:
    raise TypeError("Invalid value for negative phase: " + phase)

The test harness has not been updated in two years. The tests themselves are under active development. It would be a good idea to pin the test and harness versions to something reasonable.

Test for ES 5.1 compliance

The amount of changes between version 3 and version 5.1 appears to be pretty small. It would be very nice from a marketing point of view to be able to call this 5.1 compatible, as this is the baseline for modern layered languages, such as TypeScript or Dart.

Getting it to the current version 8 of the standard on the other hand would mean a lot of work and would definitely require a high level of dedication.

Error: static assert (8LU == 4LU) is false

i'm trying to build the ds project with dub but i get:

.dub/packages/dmdscript-master/engine/source/dmdscript/expression.d(318,9): Error: static assert  (8LU == 4LU) is false

Time for a new release?

I'm pleased that Sonke went ahead and fixed 64-bit build.

This was one of the biggest issues IMHO, so maybe we should tag a new release? Last release is 2014...

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.