Streamlining the new parser.
This commit is contained in:
parent
cf6c4f321e
commit
edd8b5ede7
3 changed files with 33 additions and 12 deletions
|
@ -15,15 +15,18 @@ Symlinks to the member files serve as human-readable aliases.
|
|||
The implementation handles situation when the human-readable name is
|
||||
the member file and the symlink is the four-digit member id.
|
||||
|
||||
Member File Preprocessing
|
||||
-------------------------
|
||||
Member File Parsing
|
||||
-------------------
|
||||
|
||||
Member files are read line-by-line.
|
||||
|
||||
Comments start with the ```#``` character and continue until the end
|
||||
of particular line.
|
||||
|
||||
Comments are stripped from each line before parsing.
|
||||
Comments are stripped from each line before parsing. The same applies
|
||||
to leading and trailing whitespace after stripping comments.
|
||||
|
||||
Each line should contain a
|
||||
|
||||
Member File Grammar
|
||||
-------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue