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
/
linearizer.h
Age
Commit message (
Expand
)
Author
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ana...
krangelov
2018-06-20
a simple fix for the linearizer
Krasimir Angelov
2018-06-20
Revert "when linearizing missing functions with brackets, the name of the fun...
Krasimir Angelov
2018-06-20
when linearizing missing functions with brackets, the name of the function sh...
Krasimir Angelov
2017-09-08
fix the type signatures for the linearizer callbacks
Krasimir Angelov
2017-08-07
the linearizer API now allows to detect metavariables. This is used for insta...
Krasimir Angelov
2017-05-26
another fix for the compilation of the bindings to the runtime
krasimir
2017-05-23
fix in linearizer.h to make the JAVA binding compile
krasimir
2017-05-23
an optimized expression extraction in the lookup
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-05-11
added all orthographic primitives
krasimir
2014-12-01
fix in linearizer.h to make jpgf compilable
kr.angelov
2014-11-27
fix in linearizer.h which resolves a warning
kr.angelov
2014-10-22
CAPIT is now naturally supported in the C runtime
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-03-05
implementation for pre in the C runtime
kr.angelov
2014-03-04
rename pgf_lzr_linearize_table to pgf_lzr_get_table
kr.angelov
2013-12-10
loading and unloading of languages in the C runtime and in the Python bindings
kr.angelov
2013-10-31
bracketedLinearize in Python is now using the linref
kr.angelov
2013-10-23
tabular linearization in the C and Java runtimes
kr.angelov
2013-10-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-09-30
better handling for nonExist in the C runtime. BIND is also supported in the ...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
2013-09-05
remove dump and yaml from libgu
kr.angelov
2013-04-18
added API for computing bracketed strings from Python and C
kr.angelov
2013-04-05
a very simple linearization for partial abstract trees in the C runtime
kr.angelov
2012-12-19
rename linearize.{h/c} to linearizer.{h/c} which follows the convention used ...
kr.angelov