summaryrefslogtreecommitdiff
blob: 9c4c1932234bd282c9cb96a91284475c50f13815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer>
		<email>maintainer-needed@gentoo.org</email>
	</maintainer>
	<longdescription lang="en">
		SDF2 is a syntax definition formalism with the following features:
		* Modular syntax definition (parametrized modules, symbol renaming)
		* Integrated lexical and context-free syntax
		* Declarative disambiguation constructs (priorities, associativity, and more)
		* Regular expression shorthands
		* All non-circular context-free grammars allowed!

		SDF2 is implemented in two parts:
		* The ParsetableGenerator
		* SGLR: a scannerless generalized LR parser

		The above implementation accepts arbitrary context-free grammars as input.
	</longdescription>
</pkgmetadata>