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
86201df35c860520fd5898fa172c29238f0e19a0
gf-core
/
src
/
compiler
/
GF
/
Command
History
kr.angelov
67f64cb233
now we compile context-free grammars directly to PGF without going via GF source code. This makes it quick and lightweight to compile big grammars such as the Berkley grammar
2014-05-24 07:47:06 +00:00
..
Abstract.hs
Eliminate mutual dependencies between the GF compiler and the PGF library
2013-11-05 13:11:10 +00:00
Commands.hs
GF shell: fix help text for generate_trees
2013-12-06 13:45:12 +00:00
Importing.hs
now we compile context-free grammars directly to PGF without going via GF source code. This makes it quick and lightweight to compile big grammars such as the Berkley grammar
2014-05-24 07:47:06 +00:00
Interpreter.hs
Eliminate mutual dependencies between the GF compiler and the PGF library
2013-11-05 13:11:10 +00:00
Messages.hs
more clear LICENSE file for GF
2010-12-21 10:57:54 +00:00
Parse.hs
Fix issue 61: GF shell cannot parse a system command ending with a space
2013-11-11 15:13:24 +00:00
TreeOperations.hs
linearization by chunks in the GF shell: a new command 'lc' needed because 'l' requires type checking and trees with metavariable function heads don't type check. This will hopefully be a temporary command.
2013-11-05 17:28:47 +00:00