Code

parser: Add support for <expr> IS [NOT] TRUE / FALSE queries.
[sysdb.git] / src / parser / analyzer.c
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlfrontend, parser: Allow typed access to host objects...
2015-05-08 Sebastian Harlparser/analyzer: Fixed iterator type checks.
2015-05-06 Sebastian Harlparser/analyzer: Migrate value expression checks.
2015-05-06 Sebastian Harlparser/analyzer: Migrate type and iterator checks.
2015-05-05 Sebastian Harlparser: Add support for analyzing conditional and arith...
2015-05-05 Sebastian Harlparser: Convert AST op types to data op types when...
2015-05-05 Sebastian Harlparser: Determine the data-type of each node.
2015-04-15 Sebastian HarlMigrate top-level checks to the new parser/analyzer.