Hi All, I am planning to add new drill functions to optiq syntax for parsing. We have new functions like regr_avgx/regr_avgy etc and existing ones like covar_samp,covar_pop, correlation/corr etc.
Going through this old thread[1] I see that we need to add the definitions in the CombinedParser.jj[2] in Optiq. Is that the way we still use or its handled differently now ? Thanks. 1: https://groups.google.com/forum/#!topic/optiq-dev/dkkxsHh2MnE 2. https://github.com/yssharma/optiq/blob/retired/core/src/main/codegen/templates/CombinedParser.jj
