* Whitespace token modernization - ambient lexer * Whitespace token modernization - ampl lexer * Whitespace token modernization - apdlexer lexer * Whitespace token modernization - apl lexer * Whitespace token modernization - adl lexer * Whitespace token modernization - arrow lexer * Whitespace token modernization - asm lexer
9 lines
201 B
Text
9 lines
201 B
Text
# CPU is a valid directive, and we don't want to parse this as
|
|
# cpu id, but as a single token. See bug #1517
|
|
|
|
---input---
|
|
cpuid
|
|
|
|
---tokens---
|
|
'cpuid' Name.Function
|
|
'\n' Text.Whitespace
|