xref: /inferno-os/appl/cmd/disk/prep/calc.tab.m (revision 37da2899f40661e3e9631e497da8dc59b971cbd0)
1Calc: module {
2
3	parseexpr: fn(s: string, a, b, c: big): (big, string);
4	init:	fn(nil: ref Draw->Context, nil: list of string);
5NUMBER: con	57346;
6UNARYMINUS: con	57347;
7};
8