Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 151919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:31:50+00:00 2026-05-11T09:31:50+00:00

I have a parser that is effectively a set of recursive functions operating on

  • 0

I have a parser that is effectively a set of recursive functions operating on a sequence of lexer tokens.

The problem I’m running into is that the sequence seems to restart from the beginning on recursive function calls. Given the following skeleton definition for function Parse

    let restricted = Seq.take_while token_search tokens     let compiled_nodes = Seq.fold (fun list (next: Lexer.Token) -> list @ parse_token this restricted next) [] restricted 

The function parse_token may result in a call into Parse.

However, when that happens, the parameter tokens ends up positioned at the beginning of the sequence.

Any ideas on how to keep the sequence positioned where it needs to be?

tia

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:31:51+00:00Added an answer on May 11, 2026 at 9:31 am

    I think you may need to post a slightly bigger snippet, as I am not quite following you.

    That said, a sequence (IEnumerable) is just that – a sequence, and each time you for (foreach) or Seq.Whatever over it, it will ‘re-iterate’ the sequence. I am unclear what you want to do, and what you expect to happen, but for a parse, representing ‘tokens’ as a sequence may be ‘wrong’, as you typically partition tokens into a consumed/committed region and a lookahead region.

    Note also that you typically do not want ‘iterating over a sequence’ to have side-effects.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a parser that parses XML file into SQLite database, and the current
To outline: I have a parser that grabs Cell references using the following regex
Just how much slower are events? I have written a streaming XML parser (that
I have a function, parseQuery, that parses a SQL query into an abstract representation
I have a javascript -> c# array parser that I would like to feed
I have a fairly simple expression parser that uses the Linq.Expression namespace. Input is
I have a business app that I have written, that effectively recurses through a
I have an ANTLR3 simple grammar parser that takes short lines of text and
Hey, I have an iphone program that has a parser that parses some XML
I have a script that parses the filenames of TV episodes (show.name.s01e02.avi for example),

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.