Code

frontend: Added very simple single-quoted string support.
[sysdb.git] / src / frontend / grammar.y
2014-03-31 Sebastian Harlfrontend: Added very simple single-quoted string support.
2014-03-31 Sebastian Harlfrontend: Free dynamically allocated memory in the...
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
2014-03-20 Sebastian Harlfrontend: Let the parser not accept other grammars...
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-23 Sebastian Harlfrontend: Fixed two typing issues.
2014-02-23 Sebastian Harlfrontend, liboconfig: Added missing prototypes for...
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.