UNPKG

calcium-lang

Version:
5 lines (4 loc) 234 B
import { BinaryOperator, Command, Reference, Syntax, UnaryOperator } from "./keywords"; export { BinaryOperator, Command, Reference, Syntax, UnaryOperator }; declare const binOps: Set<string>; export { binOps as BinaryOperatorsSet };