swamp-ast 0.2.21

ast types for swamp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/swamp/swamp
 * Licensed under the MIT License. See LICENSE in the project root for license information.
 */
pub use crate::{
    AliasType, AnonymousStructType, Attribute, AttributeArg, AttributeValue, BinaryOperator,
    ConcretePattern, ConstantInfo, Definition, DefinitionKind, DestructuringPattern,
    EnumVariantType, Expression, FormatSpecifier, FunctionDeclaration, FunctionWithBody,
    GuardClause, GuardExpr, ImportItem, LiteralKind, LocalIdentifier, LocalTypeIdentifier,
    MatchArm, Module, ModulePath, Node, Parameter, Pattern, PatternVariableOrWildcard,
    PrecisionType, QualifiedConstantIdentifier, QualifiedTypeIdentifier, SelfParameter, StringPart,
    Type, TypeForParameter, UnaryOperator, Use, Variable, VariableBinding,
};