tree: ab1f3891ce84196fa473256dbef79d23ad95b2b3 [path history] [tgz]
  1. ir.py
  2. README.md
  3. simple_unions.py
  4. single_use.py
garnet/public/lib/fidl/tools/analysis/README.md

Scripts

These are scripts that are useful for analyzing the corpus of FIDL libraries in the Fuchsia tree. They operate on the .fidl.json IR in the out directory. They should be run with fx exec SCRIPTNAME so that they can find the out directory.

The library ir.py finds and parses the IR files and makes them available in a somewhat pythonic interface.