Coder Social home page Coder Social logo

jsparsec's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jsparsec's Issues

too much recursion

Browsers can make only a few hundred recursive calls, so to get around this 
issue the primitive combinators should be either transformed into trampolined 
style or the results should be passed to continuations after a time-out. 
Hopefully functions written in "callstreams" or "array-expressions" can be 
transformed automatically to handle this. Any suggestions are welcome!

Original issue reported on code.google.com by balazs.endresz on 30 Apr 2010 at 3:30

namespacing

All the functions should be exported in one or two objects for a stable 
release.

Original issue reported on code.google.com by balazs.endresz on 30 Apr 2010 at 3:39

input stream support

There should be an interface for adding further input incrementally.

Original issue reported on code.google.com by balazs.endresz on 5 May 2010 at 8:11

compose special expressions only when they are needed

Now .resolve() is called after every callstream and callstreams even 
"evaluate" every line (a line in the do-notation) immediately anyway. Since 
it can already cache the resulting expression, this should be done only when 
it's needed, i.e when it first receives a ParseState object.


Original issue reported on code.google.com by balazs.endresz on 4 May 2010 at 12:37

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.