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
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
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