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
/
c
/
pgf
/
reader.c
Age
Commit message (
Expand
)
Author
2019-08-30
first version of a parser which returns chunks in case of failure
krangelov
2019-02-14
fix the reader for patterns in a def rule
krangelov
2017-09-25
make pgf_production_is_lexical public since it will be needed in the Haskell ...
Krasimir Angelov
2017-09-14
make the API for indexing in the parser and the linearizer public since it wi...
Krasimir Angelov
2017-05-11
bugfix for print names in the C runtime and expose the functionality from Java
krasimir
2017-04-19
explicitly classify all functions in libpgf as either internal or API functions
krasimir
2017-04-12
a patch from Bjørnar Luteberget for compatibility with MSVC
krasimir
2015-07-03
merge the states for reasoning and evaluation into a single structure
krasimir
2015-06-12
the orthographic tokens were broken when they appear inside a dictionary entr...
krasimir
2015-06-05
print error message for missing abstract categories in the C runtime
krasimir
2015-05-11
added all orthographic primitives
krasimir
2014-12-16
change in the API for literals
kr.angelov
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-10-09
replace the hash maps in the abstract syntax with binary search tables
kr.angelov
2014-10-08
now we statically allocate closures for all top-level functions and all nulla...
kr.angelov
2014-09-30
enough fixes to get the JIT compiler compile for ARM. It is still broken if y...
kr.angelov
2014-09-25
now a complete JIT compiler and ByteCode compiler for the def rules in the ab...
kr.angelov
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-04-10
now fully functional Java API for custom literals
kr.angelov
2014-04-10
bugfix in the C runtime
kr.angelov
2014-04-10
a quick hack to enable the NERC from bindings. This should be made available ...
kr.angelov
2014-03-25
small fixes in the C runtime
kr.angelov
2014-03-06
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
hallgren
2014-02-27
include malloc.h in a few places to avoid warnings on Windows
kr.angelov
2013-12-17
make sure that pgf_concrete_load has no effect on grammars that are completel...
kr.angelov
2013-12-10
loading and unloading of languages in the C runtime and in the Python bindings
kr.angelov
2013-11-15
pgf_reader_done should do nothing if the reading has failed
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-07
factor of 3 speedup for the translation without slowing down the grammar load...
kr.angelov
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-28
fix the handling of 'pre' in the C runtime
kr.angelov
2013-10-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-18
the PGF reader now releases strings that are not used after the loading
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-13
remove leftcorner_cat_idx which is now redundant
kr.angelov
2013-09-13
minor optimization/refactoring in the grammar reader
kr.angelov
2013-09-13
tiny optimization in pgf/reader
kr.angelov
2013-09-13
optimize the reading of strings in the grammar loader.
kr.angelov
2013-09-12
enable the PGF JIT compiler for Android
kr.angelov
2013-09-05
remove the string internalization since it slows down grammar loading with li...
kr.angelov
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
2013-09-04
added make file for compiling the C runtime for Android. The JIT compiler for...
kr.angelov
2013-09-04
remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces th...
kr.angelov
2013-08-23
nonExist now does the expected thing
kr.angelov
2013-06-27
a complete Python API for reading, printing and manipulation of abstract tree...
kr.angelov
2013-06-26
we no longer maintain an explicit list of functions per category since now it...
kr.angelov
[next]