4.1 MIN Parser API
MIN Parser is divided into three main parts: MinParser
, MinSectionParser
and MinItemParser
(see figure below).
MIN Parser supports hierarchical parsing for:
- Sections
- Subsections
- Lines
- Strings
- Characters
- Integers
MIN Parser also supports INCLUDE command. See the following limitations of this feature:
- INCLUDE keyword must be written in capital letters and must start from the first column of the line.
- File name (with path and extension) must follow INCLUDE command. Rest of line would be ignored.
- All files included from Unicode file should also be in Unicode format (and vice versa).
- Loops in includes are not allowed (for example incorrect situation is when file A includes file B and file B includes file A). In that case, the second include will be ignored, and MIN will continue working).