Expand description
§Yaccas
Yet Another Callback-orientated Command line pArSer is … well, yet another command line parser.
Modules§
- arguments
- This module contains the available types of arguments.
- parser
- This module contains the parser and supporting enums.
- scanner
- This module contains
Scannerwhich maps command line arguments toTokens dependently from OS.
Macros§
- default_
scanner - This macro returns the appropriated
Scannerfor the current operation system.