AmatanHead
AmatanHead
Hello! The list of hooks was generated by simple `grep -nRE 'PGDLLIMPORT.+?_hook_type' .` (except for PL/pgsql hooks, those were added by hand). Hook signatures were extracted manually, so no repeatable...
I'm currently working with c++ target and there are some feature requests that I'd like to see in C target: - parsing trees should be traversable without visitors. It means...
FYI i've started looking into how ATN works and making some drafts for C runtime.
Well I'm still on it, but things are moving quite slowly because my job takes all the time. So far I've implemented basic support structures — list, hashmap, interval set,...
@garzon does it help a lot?