WebBits-0.11.0: JavaScript analysis tools

WebBits.Html.PermissiveParser

Description

A structure-recovering parser for malformed documents.

Copyright 2007-2008 Arjun Guha. Based on HtmlPrag 0.16 Copyright (C) 2003 - 2005 Neil W. Van Dyke.

This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See http://www.gnu.org/copyleft/lesser.html for details. For other license options and consulting, contact the author.

Documentation

html :: Script s => CharParser [Warning] (Html SourcePos s)Source

tokens :: Script s => CharParser [Warning] [Token s]Source

data Script s => Token s Source

Instances

Script s => Show (Token s)