Skip to content
  • Oleg Grenrus's avatar
    Use alex in latin1 mode · 541c415f
    Oleg Grenrus authored
    At the moment we have very lax "name" lexer, which is essentially
    *everything else* than otherwise specified characters: parens, space,
    symbols (but not hyphen -)
    
    This removes `TokNum` and `SecArgNum`, both are merged into `TokSym` and
    `SecArgSym` respectively.
    541c415f