GaBuZoMeu is a set of programs to parse and check language tags and language tag registry (see RFC 5646).
Go to file
Stephane Bortzmeyer 2fc541c0a7 Initial import 2023-06-08 21:49:35 +02:00
Registry Initial import 2023-06-08 21:49:35 +02:00
broken-registries Initial import 2023-06-08 21:49:35 +02:00
correct-registries Initial import 2023-06-08 21:49:35 +02:00
invalid-registries Initial import 2023-06-08 21:49:35 +02:00
valid-registries Initial import 2023-06-08 21:49:35 +02:00
Grammar.hs Initial import 2023-06-08 21:49:35 +02:00
INSTALL Initial import 2023-06-08 21:49:35 +02:00
LICENSE Initial import 2023-06-08 21:49:35 +02:00
Makefile Initial import 2023-06-08 21:49:35 +02:00
Parsers.hs Initial import 2023-06-08 21:49:35 +02:00
README.md Initial import 2023-06-08 21:49:35 +02:00
Types.hs Initial import 2023-06-08 21:49:35 +02:00
broken-tags.txt Initial import 2023-06-08 21:49:35 +02:00
check-valid.hs Initial import 2023-06-08 21:49:35 +02:00
check-wf.hs Initial import 2023-06-08 21:49:35 +02:00
display-tag.hs Initial import 2023-06-08 21:49:35 +02:00
invalid-tags.txt Initial import 2023-06-08 21:49:35 +02:00
irregular.hs Initial import 2023-06-08 21:49:35 +02:00
test-registries.hs Initial import 2023-06-08 21:49:35 +02:00
tests-from-files.hs Initial import 2023-06-08 21:49:35 +02:00
valid-tags.txt Initial import 2023-06-08 21:49:35 +02:00
well-formed-tags.txt Initial import 2023-06-08 21:49:35 +02:00

README.md

GaBuZoMeu

GaBuZoMeu is a set of programs to parse and check language tags and language tag registry (see RFC 5646).

Installation

See INSTALL