~/oil/opy ~/oil
COMMON
601 opy_main.py

GRAMMAR
142 py27.grammar

COMPILER2
     0 compiler2/__init__.py
    32 compiler2/consts.py
    44 compiler2/syntax.py
    47 compiler2/misc.py
    58 compiler2/future.py
    88 compiler2/visitor.py
   259 compiler2/dis_tool.py
   450 compiler2/symbols.py
   740 compiler2/pyassem.py
  1410 compiler2/pycodegen.py
  1518 compiler2/transformer.py
  4646 total

STDLIB
    0 lib/__init__.py
   48 lib/opcode_gen.py
  192 lib/opcode.py
  225 lib/dis.py
 1064 lib/inspect.py
 1529 total

GENERATED CODE
1332 compiler2/ast.py

BYTERUN
    0 byterun/__init__.py
   43 byterun/execfile.py
  397 byterun/pyobj.py
  515 byterun/ovm.py
 1028 byterun/pyvm2.py
 1983 total

MISC
    0 misc/__init__.py
   18 misc/ccompile.py
   30 misc/pgen_ast.py
   38 tools/demo.py
   39 misc/determinism.py
   43 tools/stacktest.py
   52 tools/compile.py
   56 misc/stdlib_compile.py
   65 misc/py_ast.py
   80 tools/regrtest.py
  341 tools/astgen.py
  762 total

UNIT TESTS
  28 compiler2/consts_test.py
  28 compiler2/pyassem_test.py
  31 byterun/pyvm2_test.py
  68 compiler2/symbols_test.py
 155 total

SCRIPTS
   15 fix.sh
   41 demo.sh
   41 soil.sh
   59 count.sh
   63 common.sh
   66 pyi.sh
  139 regtest.sh
  175 build.sh
  270 TEST.sh
  869 total

~/oil