From 9e341cc7f9020eda842c8ad0f1f57bf6326eb89d Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 18 Dec 2008 14:21:28 +0000 Subject: Hindi and Thai compile in 1.5 --- next-lib/src/thai/LangTha.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 next-lib/src/thai/LangTha.gf (limited to 'next-lib/src/thai/LangTha.gf') diff --git a/next-lib/src/thai/LangTha.gf b/next-lib/src/thai/LangTha.gf new file mode 100644 index 000000000..77ebd1018 --- /dev/null +++ b/next-lib/src/thai/LangTha.gf @@ -0,0 +1,10 @@ +--# -path=.:../abstract:../common:prelude + +concrete LangTha of Lang = + GrammarTha, + LexiconTha + ** { + +flags startcat = Phr ; unlexer = concat ; lexer = text ; + +} ; -- cgit v1.2.3