Booleano
develop
  • Quick tutorials
  • booleano API documentation
    • booleano.parser – Boolean expressions parser
    • booleano.operations – Boolean Operation Nodes
    • booleano.exc – Exceptions raised by Booleano
  • About Booleano
  • Contributing
  • Change log
  • Glossary
Booleano
  • Docs »
  • booleano API documentation
  • Edit on GitHub

booleano API documentation¶

This section contains the API documentation for Booleano.

booleano is a namespace package in order to support third-party extensions under its namespace.

It is made up of the following packages:

  • booleano.parser – Boolean expressions parser
    • Grammar definition
    • Scope definition / name binding
    • Parse managers
    • Parsers
    • Parse trees
  • booleano.operations – Boolean Operation Nodes
    • Operands
    • Operators
    • Parse tree converters
  • booleano.exc – Exceptions raised by Booleano
    • Inheritance diagram
Next Previous

© Copyright 2009, Gustavo Narea. Revision 314e0034.

Built with Sphinx using a theme provided by Read the Docs.