同步KDL工程源码到云仓库
This commit is contained in:
37
kdl-wasm/web/src/grl/ast/index.ts
Normal file
37
kdl-wasm/web/src/grl/ast/index.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export type {
|
||||
GrlAstNode,
|
||||
GrlAstNodeKind,
|
||||
GrlArrayExpression,
|
||||
GrlBooleanLiteral,
|
||||
GrlCallExpression,
|
||||
GrlDataDeclaration,
|
||||
GrlDeclarationStorage,
|
||||
GrlExpression,
|
||||
GrlFunctionDeclaration,
|
||||
GrlIdentifierExpression,
|
||||
GrlImportDeclaration,
|
||||
GrlLanguageDeclaration,
|
||||
GrlModuleDeclaration,
|
||||
GrlNumberLiteral,
|
||||
GrlObjectExpression,
|
||||
GrlObjectProperty,
|
||||
GrlOffsetAxis,
|
||||
GrlOffsetExpression,
|
||||
GrlOperationActionBlock,
|
||||
GrlOperationDeclaration,
|
||||
GrlOperationItem,
|
||||
GrlOperationProcessBlock,
|
||||
GrlPathDeclaration,
|
||||
GrlPathDefaultsBlock,
|
||||
GrlPathEvent,
|
||||
GrlPathItem,
|
||||
GrlPathPoint,
|
||||
GrlPathProperty,
|
||||
GrlPathSourceBlock,
|
||||
GrlProcedureDeclaration,
|
||||
GrlProgram,
|
||||
GrlRawTopLevelDeclaration,
|
||||
GrlStringLiteral,
|
||||
GrlTargetDeclaration,
|
||||
GrlTopLevelDeclaration
|
||||
} from "./ast.js";
|
||||
Reference in New Issue
Block a user