Bakefile
stable
  • 1. Introduction
  • 2. Tutorial
  • 3. Language reference
  • 4. Reference documentation
  • 5. Extending and developing Bakefile
    • 5.1. Writing Bakefile plugins
    • 5.2. Reference
      • 5.2.1. API reference documentation
      • 5.2.2. Internals reference documentation
  • 6. Glossary
Bakefile
  • Docs »
  • 5. Extending and developing Bakefile
  • Edit on GitHub

5. Extending and developing Bakefile¶

5.1. Writing Bakefile plugins¶

5.2. Reference¶

  • 5.2.1. API reference documentation
    • 5.2.1.1. bkl.model – project model
    • 5.2.1.2. bkl.expr – representation of expressions
    • 5.2.1.3. bkl.vartypes – variables types
    • 5.2.1.4. bkl.api – public extensions API
    • 5.2.1.5. bkl.error – exceptions and errors handling
    • 5.2.1.6. bkl.io – I/O helpers
    • 5.2.1.7. bkl.makefile – support for implementing makefiles toolsets
    • 5.2.1.8. bkl.compilers – FileCompiler helpers
  • 5.2.2. Internals reference documentation
    • 5.2.2.1. bkl – bootstrapping Bakefile
    • 5.2.2.2. bkl.parser – language parser
    • 5.2.2.3. bkl.parser.ast – AST representation
    • 5.2.2.4. bkl.interpreter – language interpreter
Next Previous

© Copyright 2009-2013 Vaclav Slavik. Revision aea9afb1.

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