hrx-parser 0.1.1

A hrx parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<===> file1.hrx
<=====> nested-file1.hrx
This is a HRX file nested within a HRX file.

<=====> nested-file2.hrx
You can tell it's not part of the outer file because the boundaries are longer.

<===> file2.hrx
<=> nested-file1.hrx
Inner files can also contain shorter boundaries...

<=> nested-file2.hrx
...as long as they don't contain the outer file's boundary.