Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParmParse: queryarrWithParser #4073

Merged
merged 4 commits into from
Aug 20, 2024

Commits on Aug 9, 2024

  1. ParmParse: queryarrWithParser

    Add a new function queryarrWithParser that will query an array of values
    using Parser. The function takes the number of elements as an argument
    too. If the size of the input found with ParmParse does not match the size
    argument, it's a runtime error. For each individual array element,
    queryWithParser is used for the query.
    
    The behavior of queryWithParser has changed. Previously, the query function
    is used for unresolved symbols. Now the queryWithParser function is used
    instead. The difference is that the latter will ignore the spaces in the
    input and combine the entire input into a single string.
    WeiqunZhang committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0939fdc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. more overloading

    WeiqunZhang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2c1bce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    b801072 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    277d571 View commit details
    Browse the repository at this point in the history