This is mostly out of curiosity than anything else. If I have the Lucy/Clownfish C headers and respective libraries, is it possible to roll my own Analyzer and use it with Lucy? Is there any documentation about doing something like that? It would be best if it did not involve having to run cfc to achieve that, but I am ok with that if it can not be avoided.
FYI, i did a simple test. I copied the EazyAnalyzer code (.c and generated ,h), renamed it to something else (say: MyAnalyzer) and did a find and replace in both .c and .h file to change everything. I tried to compile it and first it could not find lucy_MyAnalyzer (this was a typedef in lycy_parcel.h, so manually added it to the .c file), then I had to fix includes (remove ToolBox.h header, for example) and, after that, there were still symbols that could not be found (for example the ones with _OFFSET in their names). Thanks in advance.
