File: parse-algorithm.rst

package info (click to toggle)
cmake-format 0.6.13-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,436 kB
  • sloc: python: 16,990; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
================
Parser Algorithm
================

TODO(josh): add notes regarding the standard parse function and what it does
with regard to positionals and kwargs. Then add notes about the new style
parser which uses nested function calls. Note that the motivation for this is
commands that take multiple forms. We need computational logic to look at the
first argument to determine how to parse the rest of it.