deno.land / x / masx200_leetcode_test@10.6.5 / basic-calculator / Expression.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { BinaryExpression } from "./BinaryExpression.ts";import { NumericLiteral } from "./NumericLiteral.ts";import { ParenthesizedExpression } from "./ParenthesizedExpression.ts";import { UnaryExpression } from "./UnaryExpression.ts";
export type Expression = | BinaryExpression | NumericLiteral | UnaryExpression | ParenthesizedExpression;
masx200_leetcode_test

Version Info

Tagged at
a year ago