is there a way to get ocammlex work with more keywords? i've written an interpreter and parser for the german language, which "compiles" german text into latex-pictures for sake of language analysis. it works really fine and is really new in the world of linguistics. thanks to all the developers of ocaml, that you can misuse tools like ocamllex and menhir for such things. but soon i will arrive on the limit of the ocammlex-automaton by the size of the lexicon, that it will say: "automaton to big."
i know the solution with the hashtables. I didnt try already, if that solves the problem coming, but does anybody know, if it is easy to change some type of the limiting integer or the like in the ocamllex-source-code, that I can misuse it without changing my program code? in my opinion this error about the size of the automation is needlessly silly and awkward for further abuse, so I want to ask.
thanks and have a nice day.