Mercurial > ~dholland > hg > ag > index.cgi
comparison tests/agcl/parsifal/eeloop.syn @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 /* | |
2 * AnaGram, A System for Syntax Directed Programming | |
3 * Copyright 1993-2002 Parsifal Software. All Rights Reserved. | |
4 * See the file COPYING for license and usage terms. | |
5 */ | |
6 | |
7 [ | |
8 default token type = void | |
9 input values | |
10 event driven | |
11 diagnose errors | |
12 eof token = eof | |
13 error frame | |
14 error trace | |
15 ] | |
16 | |
17 grammar | |
18 -> Identifier, eof | |
19 | |
20 Identifier | |
21 -> Identifier | |
22 |