Streamlining the new parser.

This commit is contained in:
Dominik Pantůček 2023-03-25 16:35:22 +01:00
parent cf6c4f321e
commit edd8b5ede7
3 changed files with 33 additions and 12 deletions

View file

@ -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
-------------------