Code Monkey home page Code Monkey logo

dimapp's People

Contributors

gknowles avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dimapp's Issues

Remove functions

Have a single unified state tree and rely on the client (or possibly a counter?) to track depth.

Allow subgrammars that end ambiguously

Subgrammars are required to end at a well defined point, usually a specific character such as ')' or '}'. Allowing the subgrammar to run until it fails means tracking callback events for multiple paths and only executing them for the surviving path after all others have failed.

Allow sub grammars that left recurse

There is no easy way to detect infinite left recursion when it crosses a call boundary. Currently calls are always rolled up into the caller when descending the left side. Instead the subgrammar could be checked for dangerous recursion (pure left side, any right recursion in path breaks the loop and makes it safe) in advance and only rolled up when it's unsafe.

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.