djinja.ast

Package module for AST representation

Modules

node
module djinja.ast.node

AST nodes

printer
module djinja.ast.printer

Printer for AST

visitor
module djinja.ast.visitor

Public Imports

djinja.ast.node
public import djinja.ast.node;
djinja.ast.visitor
public import djinja.ast.visitor;
djinja.ast.printer
public import djinja.ast.printer;

Meta

Authors

Maxim Tyapkin

License

This software is licensed under the terms of the BSD 3-clause license. The full terms of the license can be found in the LICENSE.md file.