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
/
expr.c
Age
Commit message (
Expand
)
Author
2020-08-14
remove the deprecated pgf_print_expr_tuple
krangelov
2020-08-14
added an API for cloning expressions/types/literals
krangelov
2020-07-08
drop the SG library completely.
krangelov
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-05
added exprFunctions in the Haskell binding
Krasimir Angelov
2017-09-05
added exprSize in the Haskell binding
Krasimir Angelov
2017-09-04
instance Eq Expr in the Haskell binding
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-04-19
explicitly classify all functions in libpgf as either internal or API functions
krasimir
2017-04-13
gu_string_buf -> gu_new_string_buf in libgu
krasimir
2017-04-13
full support for Latin1 GF identifiers in the C runtime
krasimir
2017-01-26
added mkMeta and unMeta in the Haskell binding
krasimir
2016-05-25
when expressions with Float literals are printed, we should use the same form...
krasimir
2016-04-13
locale independent printing for doubles when they are part of an abstract exp...
krasimir
2016-04-13
fix for reading PgfExpr with a double literal
krasimir
2015-12-22
added API for reading a list of tuples in the SG module
krasimir
2015-11-25
added readTriple in libsg and its Haskell binding
krasimir
2015-11-19
added mkInt and mkFloat in the Haskell binding to make it easy to create lite...
krasimir
2015-09-08
add readTriple in the Haskell binding
krasimir
2015-02-24
implemented escape characters when reading/printing an abstract expression wi...
krasimir
2014-12-19
added mkStr to the Haskell binding
kr.angelov
2014-12-19
added mkApp to the Haskell binding
kr.angelov
2014-10-17
the C runtime now supports reading and writing expressions with indexed meta ...
kr.angelov
2014-10-16
bugfix in the parser for abstract expressions in the C runtime
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-09-30
fix in pgf_print_expr for lambda abstractions with more than one argument
kr.angelov
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
2013-11-06
when printing floating literals use %lg instead of %lf for better output
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
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 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-07-02
complete pgf_expr_eq in the C runtime
kr.angelov
2013-07-02
hash function for abstract syntax trees
kr.angelov
2013-06-27
a complete Python API for reading, printing and manipulation of abstract tree...
kr.angelov
2013-05-21
fix the encoding problem with unicode literals in the Python binding
kr.angelov
2013-04-19
the C runtime and the Python binding now have an API for parser evaluation. T...
kr.angelov
2013-02-11
the grammar reader in the C runtime is completely rewritten and it doesn't us...
kr.angelov
2012-12-18
the C runtime now can read abstract expressions with literals and meta variables
kr.angelov
2012-12-13
a top-level API for parsing in the C runtime
kr.angelov
2012-12-13
bugfix: pgf_read_expr no longer requires a semicolon at the end of an abstrac...
kr.angelov
2012-03-07
libpgf: implementation for built in literal categories
kr.angelov
2012-02-27
libpgf: pretty printing for expressions with metavaraibles
kr.angelov
2012-02-17
libpgf: added printer.c
kr.angelov
2012-01-24
libpgf: few fixes to make the loading of grammars with def rules possible
kr.angelov
2012-01-23
libpgf: printing of literals and flags
kr.angelov
[next]