UNPKG

calcium-lang

Version:
18 lines (17 loc) 756 B
export { default as Assign } from "./assign"; export { default as Break } from "./break"; export { default as Class } from "./class"; export { default as Command } from "./command"; export { default as Comment } from "./comment"; export { default as CompoundAssign } from "./compoundAssign"; export { default as Def } from "./def"; export { default as Elif } from "./elif"; export { default as Else } from "./else"; export { default as End } from "./end"; export { default as ExprStmt } from "./exprStmt"; export { default as For } from "./for"; export { default as If } from "./if"; export { default as Ifs } from "./ifs"; export { default as Pass } from "./pass"; export { default as Return } from "./return"; export { default as While } from "./while";