packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/lexer/numeric-underscores/float-pi-without-extension.yaml

# Without NumericUnderscores, underscore should not be part of the literal
extensions: []
input: "3.141_592_653_589_793"
tokens:
  - 'TkFloat 3.141 TFractional'
  - 'TkVarId "_592_653_589_793"'
  - 'TkEOF'
status: pass