Traqula
    Preparing search index...

    Interface Localized

    Type used by the parser and generator builders of the core Traqula package to annotate the relation between AST objects and the source string.

    interface Localized {
        loc: SourceLocation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties