Skip to content
Snippets Groups Projects

improve consistency in parsing primitives from strings

Merged Mark OLESEN requested to merge feature-string-parsing into develop

The motivation is to provide a simpler and safer means of extracting integers and labels from strings. There are several benefits:

  • catch bad label/scalar input for command-line options/arguments which may be human generated or via scripts.
  • easier/clear to work with when input has already been lexed, without using an IStringStream()
  • work directly with C++ strings instead of C-string.

@andy

Edited by Mark OLESEN

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply