qcoder
qcoder copied to clipboard
overlapped coding
Overlapped coding is not supported.
Maybe need lot of codes : new adding_code / parsing_code functions. It is treated by the parse_code as nested code. Maybe use the marking of the code for the starting point can help.
Schematic issue :
xxxxxxxxxxx \begin-code-A aaaaaaaaaaaaaaaa \begin-code-B abababababababababab \end-code-A bbbbbbbbbbbbbbbbbbb \end-code-B xxxxxxxxxxxxxx
give : --> code-A : abababababababababababab - bbbbbbbbbbbbbbbbbbbbb --> code-B : aaaaaaaaaaaaa abababababab bbbbbbbbbbbbbbbbbb
Overlapping codes (as opposed to nested) is definitely something to think about, but will require rethinking our parsing. I'm going to mark this as a roadmap item.