Giter VIP home page Giter VIP logo

Comments (3)

Marwes avatar Marwes commented on June 13, 2024

The parsers are LL(1) which means that in your or parser the float parser
being first manages to parse a few digits before failing when it does not
fund a '.'. You can create parsers with arbitrary lookahead with the try
function.
On 15 Jul 2015 17:40, "Ralle" [email protected] wrote:

I am building a parser for a language of my imagination, I am having
problem with recursive parsers. Take a look at this gist:

https://gist.github.com/Ralle/336941d1472a598d1121

I can parse ints and I can parse floats, but as soon as I make a pair
using '(int, int)' it expects a float. I don't understand why this happens.
I tried switching around the int_parser and float_parser but then it would
obviously not parse floats as it succesfully parses the int and then don't
know what to do with the '.'.

Please advice.


Reply to this email directly or view it on GitHub
#36.

from combine.

Ralle avatar Ralle commented on June 13, 2024

Ah. I never knew what that meant. Thank you so much for helping me and for responding so quickly.

from combine.

Marwes avatar Marwes commented on June 13, 2024

As an aside I also have the language extension crate at https://github.com/Marwes/parser-combinators-language. Its a bit rough but there might be something of use for you there.

from combine.

Related Issues (20)

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.