File: rule.ha

package info (click to toggle)
hare-update 0.25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: makefile: 31; sh: 14
file content (9 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use common::{nonterminal};

export type rule = struct {
	serial: uint,
	name: str,
	hooks: []nonterminal,
	exec: *opaque,
	remember: int,
};