index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
Command
/
Commands2.hs
Age
Commit message (
Expand
)
Author
2020-09-05
Add two more missing MonadFail imports
Andreas Källberg
2020-09-05
MonadFail: Make backwards-compatible
Andreas Källberg
2020-09-05
Fix MonadFail for c-runtime as well
Andreas Källberg
2020-05-20
allow literals in the C shell
krangelov
2018-10-16
gf -cshell bug fix
Thomas Hallgren
2018-04-18
Fixes for GHC 8.4.1 compatibility
Thomas Hallgren
2017-10-05
temporaryly fix GF.Command.Commands2
Krasimir Angelov
2017-09-06
the parser in the C runtime can now detect incomplete sentences just like the...
Krasimir Angelov
2017-09-01
added command "rt" in the C shell
Krasimir Angelov
2017-09-01
the C shell now type checks expressions before they are used
Krasimir Angelov
2017-09-01
complete details for the "ai" command in the C shell
Krasimir Angelov
2017-09-01
added function treeProbability in the Haskell binding
Krasimir Angelov
2017-09-01
giza alignment in the C shell
Krasimir Angelov
2017-08-31
graphvizWordAlignment in the C runtime
Krasimir Angelov
2017-08-31
the C runtime now supports the same customizations for GraphViz as the Haskel...
Krasimir Angelov
2017-08-31
remove move dead code in the C shell
Krasimir Angelov
2017-08-30
some dead code elimination
Krasimir Angelov
2017-08-30
an almost complete ai command in the C shell
Krasimir Angelov
2017-08-30
implement rf in the C shell
Krasimir Angelov
2017-08-30
pg in the C shell now supports most output formats
Krasimir Angelov
2017-08-30
remove some dead code in the C shell
Krasimir Angelov
2017-08-30
in the C shell rename the ga command to gt to be consistent with the standard...
Krasimir Angelov
2017-08-30
"lc" was a temporary hack and is now removed from the C shell
Krasimir Angelov
2017-08-30
"ma" command in the C shell
Krasimir Angelov
2017-08-30
the l command in the C shell now supports the same options as in the normal s...
Krasimir Angelov
2017-02-21
Fix compilation errors caused by changes in PGF2
hallgren
2017-01-25
improve the documentation for PGF2
krasimir
2016-04-07
GF.Command.Commands2: adapt gf -cshell to the changes in the previous patch
hallgren
2015-08-21
GF -cshell: implement visualize_parse
hallgren
2015-08-21
gf -cshell: implement visualize_tree
hallgren
2015-08-20
gf -cshell: implement a subset of print_grammar and abstract_info
hallgren
2015-08-18
gf -cshell: linearize: implement options -all -list -treebank
hallgren
2015-08-13
GF Shell: refactoring for improved modularity and reusability:
hallgren
2015-08-11
GF shell: make environment types abstract, comment out some dead code
hallgren
2015-08-10
gf -cshell: improved help for the 'import' command
hallgren
2015-08-10
Factor out common code from GF.Command.Commands and GF.Command.Commands2
hallgren
2015-08-10
gf -cshell: preliminary support for the C run-time system in the GF shell
hallgren