Code

Renamed CONNECTION_* constants to SDB_CONNECTION_*.
[sysdb.git] / src / frontend / parser.c
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-05 Sebastian Harlfrontend: Let the analyzer report details about errors.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend: Let the parser run the analyzer.
2014-10-17 Sebastian HarlAdded tests for sdb_fe_parse_expr() and fixed the imple...
2014-10-17 Sebastian Harlfrontend/parser: Don't override fields of unknown types.
2014-10-17 Sebastian Harlfrontend: Added sdb_fe_parse_expr().
2014-10-17 Sebastian Harlfrontend: Renamed CONNECTION_EXPR to CONNECTION_MATCHER.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-22 Sebastian HarlCleaned up nomenclature in the parser.
2014-04-06 Sebastian Harlfrontend: Fixed memory holes in the parser.
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-01-06 Sebastian Harlfrontend parser: Added 'len' parameter to sdb_fe_parse().
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.