packages feed

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

# Without NumericUnderscores, underscore should not be part of the literal
extensions: []
input: "1_000_000"
tokens:
  - 'TkInteger 1 TInteger'
  - 'TkVarId "_000_000"'
  - 'TkEOF'
status: pass