Jiří Zuzaňák
Jiří Zuzaňák
Class Regex was historically part of module sys, from which it was removed to separated module regex. Demo example was not fixed from since then. Fixed in (e246ee9c0304c2a28641054cb25a0c5641dd515b). Thank you...
There are three sources of directories to be searched for modules: 1. Default directories: `.` and `modules`. 2. Command line argument `-mods=`. Argument should precede name of script and should...
I will occasionally add `--help` argument, and also change existing arguments from some weird combination of short/long version eg. `-mods` to long version eg. `--mods`. You are right, module to...
> It's interesting your idea of using the preprocessor **cont** but looking at the generated files they have a full copy of almost everything and using inline for not so...
> I noticed that you are using a non conventional syntax to describe regular expressions, there is any particular reason for it ? There is no good reason to it....
> Also there is no complete example using the generated parser (C++,JS, RUST, PHP, AWK) other than dump the reduce action. > For example how to do the same as...
> Here is the build/rules/uclang_parser.rules converted with this script (that > uses Lua patter matching) to EBNF that we can use on > https://www.bottlecaps.de/rr/ui: > > The conversion script (using...