Difference between revisions of "Grammatica"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |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 gra...")
 
(New version)
Line 3: Line 3:
 
|Short description=C# and Java parser generator
 
|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.
 
|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.
 +
|Homepage URL=http://grammatica.percederberg.net/index.html
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://grammatica.percederberg.net/index.html
 
|VCS checkout command=
 
 
|Computer languages=Java,C#
 
|Computer languages=Java,C#
 
|Documentation note=User reference guide available in HTML format from http://grammatica.percederberg.net/doc/release/manual/index.html
 
|Documentation note=User reference guide available in HTML format from http://grammatica.percederberg.net/doc/release/manual/index.html
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=YACC,parser,Java,parsing,C#,compiler compiler
 
|Keywords=YACC,parser,Java,parsing,C#,compiler compiler
|Is GNU=n
+
|Version identifier=1.6
|Last review by=Per Cederberg
+
|Version date=2015/05/17
|Last review date=2005-05-26
+
|Version status=beta
 +
|Version download=https://github.com/cederberg/grammatica/archive/v1.6.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/18
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.4
+
|Status=
|Version date=2003-08-28
+
|Is GNU=No
|Version status=beta
+
|License verified date=2003-05-14
|Version download=http://grammatica.percederberg.net/download/stable/1.4/grammatica-1.4.tar.gz
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Janet Casey
 
|License verified date=2003-05-14
 
|License verified date=2003-05-14
|Version comment=1.4 beta released on 2003-08-28
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Per Cederberg
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Per Cederberg
 
 
|Email=per@percederberg.net
 
|Email=per@percederberg.net
 
|Resource URL=
 
|Resource URL=
Line 49: Line 46:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2003-05-14
 
}}
 

Revision as of 13:23, 18 March 2017


[edit]

Grammatica

https://www.nongnu.org/grammatica/
C# and Java parser generator.

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

13 January 2019




Leaders and contributors

Contact(s)Role
Per Cederberg Maintainer


Resources and communication

AudienceResource typeURI
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/grammatica/
Downloadhttps://download.savannah.gnu.org/releases/grammatica/
Downloadhttps://github.com/cederberg/grammatica/releases/
Savannah (Ref)https://savannah.nongnu.org/projects/grammatica
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/grammatica-devel/
VCS Repository Webviewhttps://github.com/cederberg/grammatica/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/grammatica/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/grammatica-users/


Software prerequisites




Entry




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.