bibtex_parser v0.1.1 BibTex.Parser.Helpers

Link to this section Summary

Functions

Eats up the given char if it exists on the input, and then ignores it

Eats up the given char if it exists on the input, and then ignores it

Parses one valid symbol. This is defined in terms of which symbols are valid in a bibtex file

Eats up any whitespace at the beginning of the stream, including tabs etc

Link to this section Functions

Link to this function ignore_optional_char(char)

Eats up the given char if it exists on the input, and then ignores it.

Link to this function ignore_required_char(char)

Eats up the given char if it exists on the input, and then ignores it.

Parses one valid symbol. This is defined in terms of which symbols are valid in a bibtex file.

Eats up any whitespace at the beginning of the stream, including tabs etc.