Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/HaXml/tests/9x9/xmlData09I.xml

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


> ]
<!-- Attempt to break lexer module

If the parser attempts to look beyond the first token, 
the lexer may attempt to evaluate (tail []).  Currently,
the parser stops with the first token.

Cf. Lex.hs:

xmlAny w p ('>':ss) = emit TokAnyClose p:       xmlAny (tail w) (addcol 1 p) ss

and other expressions nearby that evaluate tail w.

-->

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.