This website requires JavaScript.
Explore
Help
Sign In
msyds
/
gf-core
Watch
1
Star
0
Fork
0
You've already forked gf-core
forked from
GitHub/gf-core
Code
Pull Requests
Activity
Files
d3b9652b81e3d43bfb0de9faf4aea578c60e5cc4
gf-core
/
src
/
compiler
/
GF
/
Grammar
History
hallgren
7a91afc02a
Convert from Text.PrettyPrint to GF.Text.Pretty
...
All compiler modules now use GF.Text.Pretty instead of Text.PrettyPrint
2014-07-28 11:58:00 +00:00
..
Analyse.hs
Eliminate mutual dependencies between the GF compiler and the PGF library
2013-11-05 13:11:10 +00:00
Binary.hs
PGF library: expose only PGF and PGF.Internal instead of all modules
2014-06-12 14:43:18 +00:00
CFG.hs
refactor the compilation of CFG and EBNF grammars. Now they are parsed by using GF.Grammar.Parser just like the ordinary GF grammars. Furthermore now GF.Speech.CFG is moved to GF.Grammar.CFG. The new module is used by both the speech conversion utils and by the compiler for CFG grammars. The parser for CFG now consumes a lot less memory and can be used with grammars with more than 4 000 000 productions.
2014-03-21 21:25:05 +00:00
EBNF.hs
refactor the compilation of CFG and EBNF grammars. Now they are parsed by using GF.Grammar.Parser just like the ordinary GF grammars. Furthermore now GF.Speech.CFG is moved to GF.Grammar.CFG. The new module is used by both the speech conversion utils and by the compiler for CFG grammars. The parser for CFG now consumes a lot less memory and can be used with grammars with more than 4 000 000 productions.
2014-03-21 21:25:05 +00:00
Grammar.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
Lexer.x
now GF keywords can be used as identifiers if they are quoted
2014-06-12 09:36:32 +00:00
Lockfield.hs
Reduced clutter in monadic code
2013-11-20 00:45:33 +00:00
Lookup.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
Macros.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
MMacros.hs
Convert from Text.PrettyPrint to GF.Text.Pretty
2014-07-28 11:58:00 +00:00
Parser.y
refactor the compilation of CFG and EBNF grammars. Now they are parsed by using GF.Grammar.Parser just like the ordinary GF grammars. Furthermore now GF.Speech.CFG is moved to GF.Grammar.CFG. The new module is used by both the speech conversion utils and by the compiler for CFG grammars. The parser for CFG now consumes a lot less memory and can be used with grammars with more than 4 000 000 productions.
2014-03-21 21:25:05 +00:00
PatternMatch.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
Predef.hs
added Predef.SOFT_BIND. This special token allows zero or more spaces between ordinary tokens. It is also used in the English RGL to attach the commas to the previous word.
2013-11-12 09:54:57 +00:00
Printer.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
ShowTerm.hs
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Location for modularity
2014-07-27 22:06:23 +00:00
Unify.hs
Convert from Text.PrettyPrint to GF.Text.Pretty
2014-07-28 11:58:00 +00:00
Values.hs
Eliminate mutual dependencies between the GF compiler and the PGF library
2013-11-05 13:11:10 +00:00