simc-ast-builder
Version:
Parser and AST generator for SimulationCraft files
6 lines • 374 B
TypeScript
import { CommentLineContext } from "../../../../antlr4/SimCExprParser";
import { CommentLineNode } from "../../common-types";
import { SimCGenericVisitor } from "../../SimCGenericVisitor";
declare function handleCommentLine(ctx: CommentLineContext, visitor: SimCGenericVisitor): CommentLineNode;
export { handleCommentLine };
//# sourceMappingURL=CommentLineHandler.d.ts.map