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
Age
Commit message (
Expand
)
Author
2018-02-22
- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokens
Krasimir Angelov
2018-02-04
partial fix for word completion in the C runtime
Krasimir Angelov
2017-12-19
bugfix for random generation with HOAS
Krasimir Angelov
2017-12-09
silence some warnings on MINGW32
Krasimir Angelov
2017-12-09
added one more include to define alloca for Windows
Krasimir Angelov
2017-12-09
fix the compilation of sqlite3Btree.c on Windows
Krasimir Angelov
2017-10-04
further extend the API of the C runtime
Krasimir Angelov
2017-10-03
in the PGF2 api: remove showCategory. add categoryContext and functionIsConst...
Krasimir Angelov
2017-09-28
added exprSubstitute in the C runtime for substituting meta variables
Krasimir Angelov
2017-09-28
the parser for abstract expressions in the C runtime now supports partial parses
Krasimir Angelov
2017-09-26
added a method in Python for pretty printing a grammar
Krasimir Angelov
2017-09-25
added showPGF in the Haskell API
Krasimir Angelov
2017-09-25
handle productions in the internal creation API
Krasimir Angelov
2017-09-25
make pgf_production_is_lexical public since it will be needed in the Haskell ...
Krasimir Angelov
2017-09-25
fix typo in jni_utils.c
Krasimir Angelov
2017-09-25
fix the compilation of jsg.c after the last patch
Krasimir Angelov
2017-09-25
handle BIND & CAPIT in bracketedLinearize for Java
Krasimir Angelov
2017-09-18
added Expr.size() in the Java binding
Krasimir Angelov
2017-09-14
make the API for indexing in the parser and the linearizer public since it wi...
Krasimir Angelov
2017-09-14
an almost complete API for building new PGF files in the Haskell binding
Krasimir Angelov
2017-09-13
fix gu_encode_double
Krasimir Angelov
2017-09-13
corrections in the PGF writer
Krasimir Angelov
2017-09-13
added PGF2.Internal.writePGF in the Haskell binding
Krasimir Angelov
2017-09-13
added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is usin...
Krasimir Angelov
2017-09-13
added function pgf_write
Krasimir Angelov
2017-09-13
added PGF writer to the C runtime
Krasimir Angelov
2017-09-11
an almost complete API for creating the abstract syntax of a PGF in memory
Krasimir Angelov
2017-09-11
an API to access the grammar's flags
Krasimir Angelov
2017-09-08
more type corrections
Krasimir Angelov
2017-09-08
the Haskell binding should be more careful with the matching types in C
Krasimir Angelov
2017-09-08
fix the type signatures for the linearizer callbacks
Krasimir Angelov
2017-09-08
an initial sketch for PGF building API in the Haskell binding
Krasimir Angelov
2017-09-07
the C runtime should also install data.h in order to make it possible to acce...
Krasimir Angelov
2017-09-07
a light API in the Haskell binding for accessing the internal data structures
Krasimir Angelov
2017-09-06
PGF2.FFI: import Data.Word(Word)
Thomas Hallgren
2017-09-06
A new function called "completions" is added in the Haskell runtime and used ...
Krasimir Angelov
2017-09-06
word completion in the C parser now returns information about the function wh...
Krasimir Angelov
2017-09-06
the parser in the C runtime can now detect incomplete sentences just like the...
Krasimir Angelov
2017-09-05
added function printName in the Haskell binding
Krasimir Angelov
2017-09-05
added languageCode in the Haskell binding
Krasimir Angelov
2017-09-05
GF.Command.TreeOperations is now independent from the runtime's internals
Krasimir Angelov
2017-09-05
added exprSize and exprFunctions in the Haskell runtime too and use them in T...
Krasimir Angelov
2017-09-05
fix the type signature for exprSize
Krasimir Angelov
2017-09-05
added exprFunctions in the Haskell binding
Krasimir Angelov
2017-09-05
added exprSize in the Haskell binding
Krasimir Angelov
2017-09-05
added exprHash in the Haskell binding
Krasimir Angelov
2017-09-04
forgot to commit PGF2.FFI
Krasimir Angelov
2017-09-04
instance Eq Expr in the Haskell binding
Krasimir Angelov
2017-09-04
eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an interna...
Krasimir Angelov
2017-09-04
added a separate cabal file for the Haskell runtime
Krasimir Angelov
[next]