17 Dec
2013
17 Dec
'13
12:03 p.m.
On 17/12/13 15:05, Alan DeKok wrote:
The issue with the parser is that it's terrible. The "unlang" parser is just the normal config file parser. The backslashes get "eaten" by
Ah, I'd forgotten that first layer.
It may be better to allow non-slash characters as regex delimiters. That means adding new functionality, which does t break existing configs. It just means changing the regex parser in src/main/parser.c. That should be simple.
That's what I was thinking; any delimiter *other* than / can have new behaviour.