Compiler/lexical analyzer: Difference between revisions

Content added Content deleted
m (made da_redim - use do while for macros, to avoid potential problems.)
m (Clarification on output format.)
Line 183: Line 183:
# the token name
# the token name
# the token value (only for <tt>Identifier</tt>, <tt>Integer</tt>, and <tt>String</tt> tokens)
# the token value (only for <tt>Identifier</tt>, <tt>Integer</tt>, and <tt>String</tt> tokens)
# the number of spaces between fields is up to you. Neatly aligned is nice, but not a requirement.


{{task heading|Diagnostics}}
{{task heading|Diagnostics}}