Number: 390 Title: Extra characters allowed in graph grammar Submitter: Emden R. Gansner Date: Jan 8 2004 Subsys: libgraph Version: 1.10 System: *-*-* Severity: minor Problem: The parser in libgraph allows extra characters between graphs. Input:
digraph G { a } $!#$*(#*($)
digraph G {
b
}
Comments:
After finishing a graph, the parser restarts the lexer, which drops
any characters remaining from the last line read.
Owner: * Status: *