README ¶ Overview px is a collection of efficiently implemented components and commonly used boilerplate typically required by parser implementations. Useful Stuff Tokenizer Boilerplate "consume all bytes in this charset" and "consume all bytes between these two bytes" functions. Parser Depth-first and breadth-first traversal iterators. Byte recognition functions (alpha, numeric, space, symbol). A clean error baseline (Error / TokenizeError + ParseError). TODO Additional supporting functions for tree traversal (walk/visitor support). More testing, coverage currently @ ~45%. Improve Error to support start-to-stop "bad" annotation (currently points to start). Examples. Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis ex internal safe stack px tx Click to show internal directories. Click to hide internal directories.