fst.docs
This is rather crude documentation that hopefully can show usage through many small examples.
fst.docs.d01_parse: Parse and unparse from source or AST
fst.docs.d02_locations: Node locations in the source code
fst.docs.d03_structure: Tree structure and node traversal
fst.docs.d04_get: Accessing and copying nodes
fst.docs.d05_put: Modifying nodes
fst.docs.d06_slices: Slices and trivia
fst.docs.d07_raw: Raw reparse operations
fst.docs.d08_views: FST slice indexing
fst.docs.d09_parentheses: Parentheses handling
fst.docs.d10_reconcile: Edit pure AST while preserving formatting
fst.docs.d11_options: Options
fst.docs.d12_examples: Example recipes