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.h
Age
Commit message (
Expand
)
Author
2017-04-19
explicitly classify all functions in libpgf as either internal or API functions
krasimir
2017-01-26
added mkMeta and unMeta in the Haskell binding
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
2014-12-19
added mkStr to the Haskell binding
kr.angelov
2014-12-19
added mkApp to the Haskell binding
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-09-30
fix pgf_value2expr for partial applications
kr.angelov
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
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 read and write modules from libgu. this simplifies the i/o layer
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-13
a top-level API for parsing in the C runtime
kr.angelov
2012-05-16
another attempt to port the robust parser to MacOS
kr.angelov
2012-01-23
libpgf: printing of literals and flags
kr.angelov
2012-01-21
added an API for printing the PGF to human readable format
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov
2010-06-16
grammar loader and unloader in C. Abstract Syntax only!
krasimir