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
/
runtime
/
haskell
/
PGF
/
Parse.hs
Age
Commit message (
Expand
)
Author
2018-11-30
Fix deprecations from containers >= 0.4.0.0
Peter LjungloĢf
2017-09-01
silence Tab warnings in the Haskell runtime
Krasimir Angelov
2017-08-18
the parser is not forced to respect the linref while parsing discontious phrases
Krasimir Angelov
2015-08-31
GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLn
hallgren
2015-05-11
added all orthographic primitives
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-07-15
PGF Web Service: include entire completion in full mode
john.j.camilleri
2014-07-11
PGF web service: Return additional completion info with 'full' flag
john
2014-01-24
fix in the Haskell runtime
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2010-12-14
now every parse state keeps reference only to the concrete and the abstract s...
krasimir
2010-12-14
optimization in the parser for large lexicons. Now, the parser is slightly sl...
krasimir
2010-12-08
fixed typos in the documentation for PGF.Parse
krasimir
2010-10-18
added explicit depth parameter to the parsing API and the corresponding comma...
krasimir
2010-08-09
native representation for HOAS in PMCFG and incremental type checking of the ...
krasimir
2010-07-15
fix the algorithm for items cutting in the partial parser
krasimir
2010-07-07
report type errors in the shell from command "p"
krasimir
2010-07-01
redesign the open-literals API
krasimir
2010-06-30
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...
krasimir
2010-06-29
introduce the type synonym Token=String in the PGF API
krasimir
2010-06-22
preliminary version of API for Open Literals
krasimir
2010-06-05
Changing rec to rec_ in PGF
jordi.saludes
2010-05-19
now every BracketedString also has reference to the source expression(s)
krasimir
2010-05-19
now the parser could return partial parse results
krasimir
2010-05-17
simple refactoring: use ActiveKey in PGF.Parse.getParseResult instead of plai...
krasimir
2010-04-30
optimize/simplify the error reporting in the new API
krasimir
2010-04-30
first incarnation of the bracketed string API
krasimir
2010-04-23
fix parsing of literals
krasimir
2010-04-04
in the shell, permit 3-letter lang codes as concrete syntax names
aarne
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
krasimir
2010-01-17
PGF is now real synchronous PMCFG
krasimir
2010-01-17
now the linearization is completely based on PMCFG
krasimir
2010-01-12
move the definitions of _B and _V to PGF.Macros
krasimir
2010-01-05
store the label names in PMCFG
krasimir
2009-12-14
remove the old parsing code and the -erasing=on flag
krasimir