forked from cederberg/grammatica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSF.registration
116 lines (69 loc) · 2.36 KB
/
FSF.registration
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
%%comments:
<p>
The copyright licensing notice below applies to this text. The software
described in this text has its own copyright notice and license, which can
usually be found in the distribution itself.
</p>
<p>
Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
</p>
<p>
Permission is granted to copy, distribute, and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or any
later version published by the Free Software Foundation; with no Invariant
Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy
of this license is included in the file <a href="COPYING.DOC">COPYING.DOC</a>.
</p>
%%name: Grammatica
%%short-description: C# and Java parser generator
%%full-description: Grammatica is a parser generator (or compiler
compiler) for C# and Java. It reads a grammar file and creates source
code for a parser. The grammar file format describes the language in
EBNF, with tokens described as regular expressions. Currently only
LL(k) grammars are supported, but future versions will probably
contain support for other grammar types.
%%category: Programs for small specific development tasks
%%license: GPL
%%license-verified-by:
%%license-verified-on:
%%entry-added:
%%maintainer: Per Cederberg <per at percederberg dot net>
%%touched:
%%updated:
%%keywords: parser, parsing, compiler compiler, yacc
%%interface: Command Line
%%programs:
%%GNU: no
%%web-page: http://www.nongnu.org/grammatica/
%%support:
%%doc: User reference in HTML from
http://www.nongnu.org/grammatica/doc.html
%%developers: Per Cederberg <per at percederberg dot net>
%%contributors:
%%sponsors:
%%source-tarball: http://savannah.nongnu.org/download/grammatica/unstable.pkg/0.4/grammatica-0.4.tar.gz
%%source-info: http://savannah.nongnu.org/files/?group=grammatica
%%source-template:
%%debian:
%%rpm:
%%repository:
%%related:
%%source-language: Java, C#
%%supported-languages: Java, C#
%%use-requirements: JDK 1.3
%%build-prerequisites:
%%weak-prerequisites:
%%source-prerequisites:
%%version: 0.4 beta released on 2003-05-08
%%announce-list:
%%announce-news:
%%help-list: [email protected]
%%help-news:
%%help-irc-channel:
%%dev-list:
%%dev-news:
%%dev-irc-channel:
%%bug-list:
%%bug-news:
%%bug-database:
%%entry-compiled-by: Per Cederberg <per at percederberg dot net>