NAME

SpeL::Parser::Chunk - LaTeX file parser

VERSION

version 20240610

METHODS

new()

creates a new Chunk parser

parseDocumentString( document, filename )

parses a document string

document: the string containing the document to parse
filename of that document (used for error reporting)

parseDocument( filename )

parses a document

filename: name of the file containing the document to parse

object()

accessor

_report( matchinfo )

auxiliary (private) routine to do the error reporting; warning: this is not a member function!

_errorloc( matchinfo )

auxiliary (private) routine to format the error locatoin.

SYNOPSYS

Parses LaTeX files for further processing by skimmer and reader

AUTHOR

Walter Daems <wdaems@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024 by Walter Daems.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007

CONTRIBUTOR

Paul Levrie