Hi,
What pieces of the AST HQL parser need to be ported from Hibernate and
what pieces need to be written from scratch? Are there any specific
requirements as to the implementation?
I've been working on this for a while just to learn more about parsing
and so far I have an LR(k) parser generator, a mostly-complete LR(1)
HQL grammar, and a QueryTranslator that fails 200 tests (as opposed to
500+ a couple weeks ago). I'm aiming at finishing it up in a couple
weeks and wanted to know if there was anything I could do to make it
usable for the project.
- [nhibernate-development] AST HQL parser requirements Michael Montgomery
-