summaryrefslogtreecommitdiff
path: root/web/yacco2/diagrams/rulelhs.txt
blob: 623043ab4647deb6d1e5597dda9be029feb4f5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
file: rulelhs.txt
Why: example of text to parse by rule_lhs_phrase grammar.
*/
lhs {
	user-declaration
	  AST* cweb_t_;
	***
	constructor
	  cweb_t_ = 0;
	***
}