qcoder icon indicating copy to clipboard operation
qcoder copied to clipboard

overlapped coding

Open FrdVnW opened this issue 6 years ago • 1 comments

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

FrdVnW avatar Oct 23 '18 14:10 FrdVnW

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.

elinw avatar Oct 24 '18 05:10 elinw