summaryrefslogtreecommitdiff
path: root/appl/cmd/disk/prep/calc.tab.m
blob: fa531c7423a8453e43677f26142e2f3080e2fb6b (plain)
1
2
3
4
5
6
7
Calc: module {

	parseexpr: fn(s: string, a, b, c: big): (big, string);
	init:	fn(nil: ref Draw->Context, nil: list of string);
NUMBER: con	57346;
UNARYMINUS: con	57347;
};