Module come::utility::parsing

source ·

Functions§

  • Parse source code to get an ident.
  • Wrap parser f, so we can ignore the multispaces around the content we want to parse.
  • Parse source code to get an integer literal. Supports hex (startes with 0x) or dec.