packages feed

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

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