OSH (and common libraries)
     11 pyext/fastfunc.pyi
     15 display/ansi.py
     18 pyext/libc.pyi
     19 pyext/fastlex.pyi
     24 core/num.py
     30 display/pretty.asdl
     32 pyext/line_input.pyi
     58 core/optview.py
     61 frontend/types.asdl
     69 frontend/flag_util.py
     94 frontend/signal_def.py
    104 frontend/py_readline.py
    115 builtin/misc_osh.py
    119 pyext/fanos.c
    133 pyext/fastfunc.c
    135 osh/bool_stat.py
    140 frontend/syntax_abbrev.py
    142 builtin/readline_osh.py
    164 frontend/builtin_def.py
    168 core/util.py
    173 core/runtime.asdl
    175 core/value.asdl
    183 builtin/io_osh.py
    193 osh/history.py
    197 osh/arith_parse.py
    198 bin/oils_for_unix.py
    210 pyext/posix_.pyi
    228 core/pyutil.py
    256 frontend/reader.py
    272 osh/bool_parse.py
    278 builtin/trap_osh.py
    285 builtin/bracket_osh.py
    292 frontend/match.py
    303 display/pretty.py
    310 osh/word_compile.py
    311 osh/split.py
    320 core/alloc.py
    342 core/vm.py
    342 osh/tdop.py
    345 core/error.py
    349 builtin/dirs_osh.py
    349 frontend/flag_spec.py
    351 pyext/fastlex.c
    373 osh/prompt.py
    383 frontend/consts.py
    397 core/pyos.py
    401 core/main_loop.py
    405 frontend/parse_lib.py
    417 frontend/option_def.py
    421 pyext/libc.c
    455 frontend/lexer.py
    468 display/pp_value.py
    480 builtin/meta_osh.py
    490 builtin/pure_osh.py
    494 osh/glob_.py
    514 builtin/completion_osh.py
    522 builtin/read_osh.py
    539 osh/braces.py
    540 frontend/flag_def.py
    541 builtin/printf_osh.py
    545 osh/string_ops.py
    571 frontend/location.py
    575 builtin/assign_osh.py
    578 core/comp_ui.py
    589 frontend/typed_args.py
    598 builtin/process_osh.py
    602 display/ui.py
    653 frontend/syntax.asdl
    669 frontend/args.py
    720 core/executor.py
    766 core/dev.py
    798 frontend/id_kind_def.py
    805 osh/word_.py
   1118 frontend/lexer_def.py
   1147 core/shell.py
   1210 osh/sh_expr_eval.py
   1516 core/completion.py
   1957 core/process.py
   2188 osh/cmd_eval.py
   2219 osh/word_parse.py
   2435 osh/word_eval.py
   2532 core/state.py
   2824 osh/cmd_parse.py
  43368 total

YSH
    32 builtin/method_other.py
    63 builtin/method_dict.py
    69 builtin/completion_ysh.py
   100 builtin/method_list.py
   101 builtin/meta_ysh.py
   120 builtin/module_ysh.py
   121 builtin/method_io.py
   139 builtin/json_ysh.py
   150 builtin/func_hay.py
   186 builtin/func_eggex.py
   270 builtin/pure_ysh.py
   295 builtin/io_ysh.py
   309 builtin/error_ysh.py
   378 ysh/expr_parse.py
   393 ysh/regex_translate.py
   431 builtin/hay_ysh.py
   514 builtin/method_str.py
   533 ysh/val_ops.py
   538 ysh/grammar.pgen2
   571 ysh/func_proc.py
   716 builtin/func_misc.py
  1423 ysh/expr_eval.py
  1708 ysh/expr_to_ast.py
  9160 total

Data Languages
   27 data_lang/pyj8.py
   28 data_lang/j8_libc.h
   31 data_lang/nil8.asdl
   54 data_lang/j8_lite.py
  170 data_lang/utf8.h
  221 data_lang/j8_libc.c
  314 data_lang/j8.h
 1368 data_lang/j8.py
 2213 total

Tools
   25 tools/fmt.py
   31 tools/readlink.py
  149 tools/deps.py
 1125 tools/ysh_ify.py
 1330 total

YSH stdlib
   5 stdlib/funcs.ysh
  18 stdlib/methods.ysh
  25 stdlib/prelude.ysh
  51 stdlib/draft-synch.ysh
 115 stdlib/testing.ysh
 214 total

Code Borrowed from Python's stdlib
   19 pylib/cgi.py
   27 pylib/path_stat.py
  169 pylib/os_path.py
  214 pylib/collections_.py
  429 total

Spec Tests
    11 spec/comments.test.sh
    15 spec/builtin-times.test.sh
    19 spec/ysh-bin.test.sh
    23 spec/let.test.sh
    23 spec/subshell.test.sh
    24 spec/empty-bodies.test.sh
    28 spec/ysh-tuple.test.sh
    29 spec/ysh-source.test.sh
    30 spec/vars-bash.test.sh
    31 spec/osh-bugs.test.sh
    37 spec/interactive-parse.test.sh
    37 spec/ysh-interactive.test.sh
    37 spec/ysh-keywords.test.sh
    38 spec/ysh-builtin-module.test.sh
    42 spec/explore-parsing.test.sh
    42 spec/ysh-expr-sub.test.sh
    43 spec/var-num.test.sh
    45 spec/array-basic.test.sh
    45 spec/ysh-var-sub.test.sh
    45 spec/zsh-idioms.test.sh
    47 spec/ysh-usage.test.sh
    48 spec/ysh-reserved.test.sh
    50 spec/ysh-special-vars.test.sh
    53 spec/assoc-zsh.test.sh
    54 spec/ysh-cmd-lang.test.sh
    56 spec/if_.test.sh
    57 spec/blog-other1.test.sh
    59 spec/ysh-demo.test.sh
    60 spec/blog2.test.sh
    60 spec/var-sub.test.sh
    61 spec/assign-dialects.test.sh
    62 spec/word-eval.test.sh
    63 spec/command-parsing.test.sh
    71 spec/nocasematch-match.test.sh
    80 spec/TODO-deprecate.test.sh
    85 spec/ysh-builtin-process.test.sh
    86 spec/ysh-funcs-external.test.sh
    91 spec/ysh-dict.test.sh
    94 spec/sh-usage.test.sh
    95 spec/blog1.test.sh
    97 spec/ysh-list.test.sh
    99 spec/ysh-builtin-help.test.sh
   103 spec/ysh-func-builtin.test.sh
   105 spec/assign-deferred.test.sh
   105 spec/func-parsing.test.sh
   106 spec/ysh-options-assign.test.sh
   114 spec/whitespace.test.sh
   117 spec/builtin-type.test.sh
   125 spec/ysh-stdlib-testing.test.sh
   126 spec/smoke.test.sh
   133 spec/ysh-prompt.test.sh
   136 spec/ysh-place.test.sh
   140 spec/ysh-builtin-eval.test.sh
   141 spec/builtin-special.test.sh
   141 spec/ysh-user-feedback.test.sh
   143 spec/toysh.test.sh
   145 spec/ysh-word-eval.test.sh
   147 spec/ysh-command-sub.test.sh
   152 spec/sh-func.test.sh
   153 spec/posix.test.sh
   158 spec/nul-bytes.test.sh
   158 spec/ysh-stdlib-2.test.sh
   159 spec/globignore.test.sh
   159 spec/type-compat.test.sh
   161 spec/builtin-misc.test.sh
   163 spec/ysh-dev.test.sh
   168 spec/ysh-builtin-ctx.test.sh
   169 spec/hay-isolation.test.sh
   171 spec/ysh-convert.test.sh
   173 spec/for-expr.test.sh
   179 spec/ysh-multiline.test.sh
   180 spec/ysh-builtin-shopt.test.sh
   184 spec/background.test.sh
   184 spec/tilde.test.sh
   184 spec/ysh-unicode.test.sh
   185 spec/ysh-expr-bool.test.sh
   186 spec/fatal-errors.test.sh
   189 spec/array-compat.test.sh
   192 spec/builtin-bash.test.sh
   192 spec/ysh-for.test.sh
   194 spec/command_.test.sh
   196 spec/nix-idioms.test.sh
   196 spec/unicode.test.sh
   197 spec/pipeline.test.sh
   198 spec/builtin-history.test.sh
   199 spec/case_.test.sh
   200 spec/hay-meta.test.sh
   204 spec/process-sub.test.sh
   204 spec/ysh-completion.test.sh
   205 spec/dparen.test.sh
   206 spec/shell-grammar.test.sh
   209 spec/ysh-slice-range.test.sh
   216 spec/arith-context.test.sh
   219 spec/var-op-len.test.sh
   220 spec/ysh-int-float.test.sh
   221 spec/ysh-with-sh.test.sh
   222 spec/ysh-stdlib.test.sh
   226 spec/parse-errors.test.sh
   230 spec/quote.test.sh
   230 spec/serialize.test.sh
   236 spec/ysh-bugs.test.sh
   238 spec/builtin-dirs.test.sh
   245 spec/ysh-augmented.test.sh
   245 spec/ysh-case.test.sh
   248 spec/builtin-echo.test.sh
   249 spec/builtin-eval-source.test.sh
   253 spec/prompt.test.sh
   270 spec/builtin-trap.test.sh
   272 spec/ysh-builtin-meta.test.sh
   273 spec/ysh-printing.test.sh
   277 spec/strict-options.test.sh
   280 spec/exit-status.test.sh
   285 spec/command-sub.test.sh
   287 spec/introspect.test.sh
   303 spec/append.test.sh
   304 spec/builtin-cd.test.sh
   306 spec/redirect-command.test.sh
   308 spec/redirect-multi.test.sh
   312 spec/var-sub-quote.test.sh
   326 spec/builtin-type-bash.test.sh
   333 spec/ysh-stdlib-args.test.sh
   334 spec/ble-idioms.test.sh
   343 spec/interactive.test.sh
   344 spec/toysh-posix.test.sh
   347 spec/builtin-getopts.test.sh
   357 spec/var-op-strip.test.sh
   361 spec/xtrace.test.sh
   370 spec/here-doc.test.sh
   384 spec/extglob-files.test.sh
   388 spec/glob.test.sh
   389 spec/ysh-expr-compare.test.sh
   390 spec/bugs.test.sh
   397 spec/var-op-bash.test.sh
   400 spec/extglob-match.test.sh
   400 spec/ysh-expr-arith.test.sh
   402 spec/ysh-assign.test.sh
   403 spec/var-op-slice.test.sh
   407 spec/ysh-blocks.test.sh
   413 spec/var-op-patsub.test.sh
   421 spec/word-split.test.sh
   438 spec/dbracket.test.sh
   445 spec/ysh-builtin-error.test.sh
   474 spec/loop.test.sh
   485 spec/redirect.test.sh
   502 spec/brace-expansion.test.sh
   503 spec/ysh-methods.test.sh
   509 spec/var-ref.test.sh
   520 spec/var-op-test.test.sh
   526 spec/ysh-proc.test.sh
   532 spec/errexit.test.sh
   535 spec/ysh-func.test.sh
   547 spec/ysh-xtrace.test.sh
   548 spec/ysh-string.test.sh
   551 spec/ysh-builtins.test.sh
   571 spec/alias.test.sh
   581 spec/builtin-bracket.test.sh
   588 spec/builtin-process.test.sh
   596 spec/builtin-completion.test.sh
   607 spec/builtin-meta.test.sh
   631 spec/regex.test.sh
   634 spec/vars-special.test.sh
   637 spec/nameref.test.sh
   645 spec/ble-features.test.sh
   647 spec/builtin-trap-err.test.sh
   657 spec/builtin-trap-bash.test.sh
   674 spec/assign.test.sh
   697 spec/ysh-expr.test.sh
   699 spec/hay.test.sh
   707 spec/builtin-vars.test.sh
   711 spec/ysh-regex.test.sh
   758 spec/errexit-osh.test.sh
   766 spec/ysh-scope.test.sh
   770 spec/builtin-read.test.sh
   787 spec/sh-options.test.sh
   797 spec/assoc.test.sh
   803 spec/array.test.sh
   811 spec/ysh-options.test.sh
   829 spec/ysh-regex-api.test.sh
   881 spec/assign-extended.test.sh
   918 spec/arith.test.sh
  1100 spec/builtin-printf.test.sh
  1259 spec/ysh-json.test.sh
 53166 total

Gold Tests
     6 test/gold/strip-op-char-class.sh
     9 test/gold/abuild.sh
    12 test/gold/command-sub-2.sh
    13 test/gold/configure-bug.sh
    22 test/gold/comments.sh
    23 test/gold/lineno.sh
    24 test/gold/de1.sh
    24 test/gold/readonly.sh
    26 test/gold/glob.sh
    27 test/gold/and-or.sh
    28 test/gold/declare.sh
    32 test/gold/nix.sh
    33 test/gold/char-class.sh
    36 test/gold/echo-e.sh
    37 test/gold/case-in-subshell.sh
    39 test/gold/command-sub.sh
    42 test/gold/dollar-sq.sh
    50 test/gold/autoconf-backtick.sh
    57 test/gold/word-eval.sh
    61 test/gold/readlink.sh
    65 test/gold/export.sh
   121 test/gold/errexit.sh
   126 test/gold/scope.sh
   139 test/gold/errexit-confusion.sh
   192 test/gold/complex-here-docs.sh
  1531 test/gold/big-here-doc.sh
  2775 total

Python Unit Tests
    16 builtin/completion_osh_test.py
    16 osh/word_compile_test.py
    17 core/pyutil_test.py
    18 tools/fmt_test.py
    20 benchmarks/uftrace_allocs_test.py
    23 build/dynamic_deps_test.py
    24 pylib/path_stat_test.py
    26 builtin/bracket_osh_test.py
    27 builtin/func_misc_test.py
    27 pyext/line_input_test.py
    28 builtin/misc_osh_test.py
    28 test/wild_report_test.py
    29 display/ui_test.py
    32 mycpp/mops_test.py
    35 builtin/read_osh_test.py
    40 ysh/val_ops_test.py
    43 mycpp/format_strings_test.py
    46 asdl/format_test.py
    46 spec/stateful/harness_test.py
    49 doctools/html_lib_test.py
    49 doctools/spelling_test.py
    51 ysh/regex_translate_test.py
    52 data_lang/pyj8_test.py
    52 soil/web_test.py
    53 frontend/lexer_gen_test.py
    54 core/alloc_test.py
    56 mycpp/mylib_test.py
    59 pylib/os_path_test.py
    60 osh/prompt_test.py
    64 core/util_test.py
    74 frontend/reader_test.py
    78 lazylex/html_test.py
    78 tools/ysh_ify_test.py
    79 doctools/oils_doc_test.py
    81 osh/cmd_eval_test.py
    83 pyext/fastfunc_test.py
    85 pyext/fastlex_test.py
    97 frontend/id_kind_def_test.py
   100 builtin/readline_osh_test.py
   104 doctools/split_doc_test.py
   108 client/py_fanos_test.py
   116 doctools/help_gen_test.py
   122 osh/bool_parse_test.py
   126 osh/history_test.py
   128 frontend/match_test.py
   130 display/pretty_test.py
   155 osh/word_eval_test.py
   158 frontend/typed_args_test.py
   160 osh/glob_test.py
   163 ysh/expr_parse_test.py
   164 osh/split_test.py
   176 osh/word_test.py
   177 core/comp_ui_test.py
   180 asdl/gen_python_test.py
   181 test/sh_spec_test.py
   183 osh/arith_parse_test.py
   184 asdl/front_end_test.py
   184 pyext/posix_test.py
   186 osh/braces_test.py
   203 doctools/cmark_test.py
   203 osh/string_ops_test.py
   216 frontend/lexer_test.py
   227 asdl/examples/typed_arith_parse_test.py
   229 data_lang/j8_test.py
   237 frontend/args_test.py
   255 build/ninja_lib_test.py
   273 core/process_test.py
   274 pyext/fanos_test.py
   310 pyext/libc_test.py
   352 core/state_test.py
   454 frontend/lexer_def_test.py
   596 mycpp/pass_state_test.py
   607 osh/word_parse_test.py
   823 core/completion_test.py
  1491 osh/cmd_parse_test.py
 11730 total

Other Shell Tests
    18 test/py3_lint.py
    19 test/souffle-smoke.sh
    22 test/common-test.sh
    22 test/fedora.sh
    24 test/nix.sh
    26 test/shebang.sh
    30 test/smoosh_import.py
    32 test/py_stdlib.sh
    34 test/other.sh
    39 test/spec-util.sh
    41 test/asan.sh
    41 test/spec-bin.sh
    45 test/cpp-unit.sh
    49 test/ltrace.sh
    54 test/report.R
    54 test/vagrant.sh
    71 test/tsv-lib-test.sh
    76 test/tools-deps.sh
    79 test/bugs.sh
    83 test/gentoo.sh
    89 test/nohup.sh
    92 test/all.sh
    93 test/spec-common.sh
    96 test/signal-state.sh
   105 test/py2_lint.py
   111 test/tsv-lib.sh
   118 test/opyc.sh
   122 test/bug-1986.sh
   127 test/spec-version.sh
   138 test/parse-err-compare.sh
   139 test/ble.sh
   148 test/lossless.sh
   154 test/spec-alpine.sh
   164 test/process-table-portable.sh
   164 test/sh-assert.sh
   167 test/spec-py.sh
   168 test/gold.sh
   171 test/process-table.sh
   180 test/coverage.sh
   192 test/ysh-every-string.sh
   204 test/wild-runner.sh
   220 test/smoosh.sh
   222 test/osh-usage.sh
   224 test/process_table.py
   229 test/stateful.sh
   255 test/syscall.py
   271 test/common.sh
   286 test/spec_lib.py
   292 test/unit.sh
   307 test/alpine.sh
   312 test/lint.sh
   314 test/shell-vs-shell.sh
   360 test/spec-cpp.sh
   375 test/spec-runner.sh
   438 test/syscall.sh
   657 test/ysh-ify.sh
   729 test/wild.sh
   832 test/wild_report.py
   833 test/parse-errors.sh
   977 test/spec.sh
   981 test/ysh-runtime-errors.sh
  1239 test/runtime-errors.sh
  1450 test/sh_spec.py
  1689 test/ysh-parse-errors.sh
 17293 total

Test Automation
   21 core/TEST.sh
   22 frontend/TEST.sh
   35 data_lang/TEST.sh
   55 stdlib/TEST.sh
   86 asdl/TEST.sh
  110 cpp/TEST.sh
  123 yaks/TEST.sh
  270 opy/TEST.sh
  336 pea/TEST.sh
  356 mycpp/TEST.sh
 1414 total

mycpp Translator
    38 mycpp/crash.py
    60 mycpp/compare_pairs.py
    99 mycpp/ir_pass.py
   114 mycpp/format_strings.py
   177 mycpp/util.py
   238 mycpp/visitor.py
   239 mycpp/mops.py
   401 mycpp/mycpp_main.py
   465 mycpp/debug_pass.py
   487 mycpp/pass_state.py
   519 mycpp/control_flow_pass.py
   532 mycpp/const_pass.py
   532 mycpp/mylib.py
  3068 mycpp/cppgen_pass.py
  6969 total

mycpp Test Data
    0 mycpp/examples/__init__.py
   13 mycpp/examples/invalid_print.py
   15 mycpp/examples/invalid_format_args.py
   18 mycpp/examples/invalid_global.py
   20 mycpp/examples/invalid_format_strings.py
   31 mycpp/examples/invalid_condition.py
   31 mycpp/examples/invalid_types.py
   31 mycpp/examples/invalid_types_2.py
   33 mycpp/examples/test_small_str.py
   38 mycpp/examples/invalid_except.py
   38 mycpp/examples/invalid_try_else.py
   44 mycpp/examples/invalid_default_args.py
   45 mycpp/examples/test_arith_ops.py
   47 mycpp/examples/lexer_main.py
   49 mycpp/examples/fib_recursive.py
   49 mycpp/examples/varargs.py
   53 mycpp/examples/fib_iter.py
   54 mycpp/examples/tuple_return_value.py
   61 mycpp/examples/invalid_python.py
   61 mycpp/examples/test_hoist.py
   62 mycpp/examples/cgi.py
   62 mycpp/examples/test_globals.py
   64 mycpp/examples/files.py
   65 mycpp/examples/asdl_generated.py
   66 mycpp/examples/test_conditional.py
   70 mycpp/examples/escape.py
   74 mycpp/examples/test_integers.py
   75 mycpp/examples/test_default_args.py
   78 mycpp/examples/cartesian.py
   80 mycpp/examples/test_switch.py
   81 mycpp/examples/modules.py
   84 mycpp/examples/invalid_switch.py
  101 mycpp/examples/test_iterators.py
  106 mycpp/examples/pgen2_demo.py
  109 mycpp/examples/length.py
  113 mycpp/examples/control_flow.py
  131 mycpp/examples/test_io_os_error.py
  177 mycpp/examples/loops.py
  208 mycpp/examples/test_cast.py
  212 mycpp/examples/test_classes_gc.py
  221 mycpp/examples/scoped_resource.py
  254 mycpp/examples/containers.py
  271 mycpp/examples/parse.py
  272 mycpp/examples/test_strings.py
  298 mycpp/examples/classes.py
 4065 total

Zephyr ASDL
    11 asdl/util.py
    51 asdl/pybase.py
    67 asdl/runtime.py
   136 asdl/visitor.py
   238 asdl/ast.py
   299 asdl/asdl_main.py
   516 asdl/front_end.py
   535 asdl/format.py
   611 asdl/gen_python.py
   826 asdl/gen_cpp.py
  3290 total

pgen2 Parser Generator
   67 pgen2/pnode.py
  101 pgen2/driver.py
  149 pgen2/token.py
  225 pgen2/parse.py
  303 pgen2/grammar.py
  430 pgen2/pgen.py
  579 pgen2/tokenize.py
 1854 total

Other Code Generators
   66 cpp/embedded_file_gen.py
   94 core/optview_gen.py
   94 frontend/option_gen.py
  100 osh/arith_parse_gen.py
  105 frontend/signal_gen.py
  244 ysh/grammar_gen.py
  496 frontend/lexer_gen.py
  532 frontend/flag_gen.py
  641 frontend/consts_gen.py
  658 doctools/help_gen.py
 3030 total

Yaks
  104 yaks/gen_cpp.py
  156 yaks/yaks_main.py
  250 yaks/transform.py
  510 total

Hand-written C++ Code
   11 cpp/translation_stubs.h
   16 cpp/osh_tdop.cc
   18 cpp/embedded_file.h
   18 cpp/fanos.h
   22 cpp/pylib.h
   34 cpp/data_lang.h
   38 cpp/libc.h
   44 cpp/pgen2.cc
   48 cpp/preamble.h
   49 cpp/fanos_shared.h
   50 cpp/osh.h
   52 cpp/osh_tdop.h
   57 cpp/fanos.cc
   58 cpp/pylib.cc
   73 cpp/frontend_pyreadline.h
   85 cpp/pgen2.h
   90 cpp/frontend_match.h
  142 cpp/frontend_match.cc
  151 cpp/frontend_flag_spec.h
  161 cpp/osh.cc
  177 cpp/stdlib.h
  231 cpp/frontend_flag_spec.cc
  241 cpp/libc.cc
  258 cpp/stdlib.cc
  271 cpp/data_lang.cc
  277 cpp/core.h
  336 cpp/frontend_pyreadline.cc
  427 cpp/core.cc
 3435 total

Garbage-Collected Runtime
    22 mycpp/hash.h
    24 mycpp/runtime.h
    24 mycpp/test_common.h
    39 mycpp/probes.h
    45 mycpp/hash.cc
    58 mycpp/gc_slab.h
    66 mycpp/gc_mops.cc
    90 mycpp/comparators.h
    92 mycpp/common.h
   119 mycpp/gc_mops.h
   151 mycpp/gc_tuple.h
   175 mycpp/gc_builtins.h
   179 mycpp/gc_obj.h
   219 mycpp/gc_str.h
   256 mycpp/gc_alloc.h
   294 mycpp/mark_sweep_heap.h
   303 mycpp/gc_mylib.cc
   381 mycpp/gc_mylib.h
   438 mycpp/mark_sweep_heap.cc
   461 mycpp/gc_builtins.cc
   471 mycpp/gc_dict.h
   524 mycpp/gc_list.h
   645 mycpp/gc_str.cc
  5076 total

Unit tests in C++
    50 cpp/osh_test.cc
    52 cpp/pylib_test.cc
    62 mycpp/bump_leak_heap_test.cc
    71 cpp/unicode_test.cc
    87 cpp/frontend_match_test.cc
   128 mycpp/gc_mops_test.cc
   139 mycpp/gc_tuple_test.cc
   150 mycpp/float_test.cc
   154 cpp/frontend_flag_spec_test.cc
   158 cpp/stdlib_test.cc
   178 cpp/data_lang_test.cc
   206 cpp/data_race_test.cc
   212 cpp/obj_layout_test.cc
   222 mycpp/gc_stress_test.cc
   327 mycpp/gc_mylib_test.cc
   370 mycpp/mark_sweep_heap_test.cc
   403 cpp/libc_test.cc
   417 cpp/core_test.cc
   447 mycpp/gc_builtins_test.cc
   479 mycpp/gc_heap_test.cc
   502 mycpp/small_str_test.cc
   508 mycpp/gc_list_test.cc
   745 mycpp/gc_dict_test.cc
  1558 mycpp/gc_str_test.cc
  7625 total

Incremental C++ Build
   16 display/NINJA_subgraph.py
   19 pea/NINJA_subgraph.py
   32 osh/NINJA_subgraph.py
   39 ysh/NINJA_subgraph.py
   56 asdl/NINJA_subgraph.py
   58 core/NINJA_subgraph.py
   66 data_lang/NINJA_subgraph.py
   79 prebuilt/NINJA_subgraph.py
   93 yaks/NINJA_subgraph.py
  125 bin/NINJA_subgraph.py
  137 NINJA-config.sh
  175 frontend/NINJA_subgraph.py
  223 cpp/NINJA_subgraph.py
  255 build/ninja_lib_test.py
  349 build/ninja-rules-py.sh
  367 build/ninja-rules-cpp.sh
  418 mycpp/NINJA_subgraph.py
  444 build/ninja_main.py
  545 build/ninja_lib.py
 3496 total

Build Automation
     4 build/detect-cc.c
     5 build/dev.sh
     6 build/detect-systemtap-sdt.c
     9 build/detect-pwent.c
    14 build/py2.sh
    19 build/detect-readline.c
    30 build/dev-setup-test.sh
    40 build/cpp.sh
    42 build/old-ovm-test.sh
    51 build/c_module_toc.py
    51 build/hello.mk
    53 build/make_zip.py
    61 build/oil.mk
    65 build/clean.sh
    76 build/stamp.sh
    78 build/common.sh
    95 build/dev-shell-test.sh
    96 build/portable-rules.mk
    98 build/c_module_srcs.py
   116 build/native.sh
   120 install
   153 build/dev-shell.sh
   155 build/dynamic_deps.py
   190 build/ovm-actions.sh
   196 Makefile
   223 build/dynamic-deps.sh
   349 build/ninja-rules-py.sh
   354 build/cpython-defs.sh
   367 build/ninja-rules-cpp.sh
   430 build/ovm-compile.sh
   437 build/py.sh
   444 build/ninja_main.py
   487 configure
   515 build/cpython_defs.py
   545 build/ninja_lib.py
   695 build/doc.sh
  1123 build/deps.sh
  7792 total

Release Automation
   26 devtools/release-patch.sh
   36 devtools/release-test.sh
  128 devtools/release-native.sh
  207 devtools/release-history.sh
  280 devtools/release-note.sh
  812 devtools/release.sh
 1041 devtools/release-version.sh
 2530 total

Soil: Multi-cloud CI with containers
    0 soil/__init__.py
   19 soil/admin.sh
   20 soil/tests.sh
   35 soil/collect_json.py
   43 soil/github-tool.sh
   46 soil/web-remote-test.sh
   50 soil/timeout-test.sh
   52 soil/web_test.py
   68 soil/cpp-tarball.sh
   78 soil/history.sh
   81 soil/sourcehut.sh
   92 soil/common.sh
  139 soil/diagnose.sh
  139 soil/github-actions.sh
  142 soil/wait.sh
  153 soil/maybe-merge.sh
  174 soil/web-init.sh
  187 soil/web.sh
  353 soil/web-worker.sh
  389 soil/host-shim.sh
  643 soil/worker.sh
  782 soil/web.py
 3685 total

Benchmarks
     0 benchmarks/__init__.py
    14 benchmarks/fake_libc.py
    20 benchmarks/uftrace_allocs_test.py
    24 benchmarks/tokens.sh
    30 benchmarks/cachegrind.sh
    32 benchmarks/report_test.R
    41 benchmarks/id-test.sh
    41 benchmarks/wedge.sh
    42 benchmarks/pypy.sh
    45 benchmarks/micro.sh
    47 benchmarks/callgrind.sh
    51 benchmarks/gc_stats_to_tsv.py
    54 benchmarks/cachegrind_to_tsv.py
    59 benchmarks/virtual_memory.py
    60 benchmarks/builtin-io.sh
    60 benchmarks/gperftools.sh
    64 benchmarks/osh_runtime.py
    65 benchmarks/parse-help.sh
    75 benchmarks/systemtap.sh
    86 benchmarks/gc-cachegrind.sh
    92 benchmarks/pytrace.py
    97 benchmarks/awk-python.sh
    97 benchmarks/wedge.R
    98 benchmarks/common.R
    99 benchmarks/uftrace_plugin.py
   101 benchmarks/common.sh
   107 benchmarks/mimalloc.sh
   110 benchmarks/auto.sh
   112 benchmarks/report.sh
   117 benchmarks/mycpp.sh
   165 benchmarks/startup.sh
   180 benchmarks/uftrace_allocs.py
   180 benchmarks/vm-baseline.sh
   184 benchmarks/pytrace.sh
   267 benchmarks/time_.py
   324 benchmarks/time-test.sh
   349 benchmarks/uftrace.sh
   448 benchmarks/id.sh
   479 benchmarks/ovm-build.sh
   482 benchmarks/perf.sh
   508 benchmarks/osh-parser.sh
   578 benchmarks/osh-runtime.sh
   599 benchmarks/autoconf.sh
   614 benchmarks/compute.sh
   725 benchmarks/gc.sh
  1351 benchmarks/report.R
  9373 total

Metrics
   72 metrics/cpython-defs.R
   88 metrics/native-code.R
  143 metrics/bytecode.sh
  154 metrics/tarball.sh
  191 metrics/native-code.sh
  388 metrics/bytecode.R
  584 metrics/source-code.sh
 1620 total

Generated Python Code
     0 _devbuild/gen/__init__.py
     4 _devbuild/gen/arith_nt.py
    10 _devbuild/gen/find_nt.py
    73 _devbuild/gen/grammar_nt.py
   132 _devbuild/gen/hnode_asdl.py
   163 _devbuild/gen/types_asdl.py
   219 _devbuild/gen/expr_asdl.py
   277 _devbuild/gen/demo_lib_asdl.py
   368 _devbuild/gen/arg_types.py
   398 _devbuild/gen/option_asdl.py
   450 _devbuild/gen/nil8_asdl.py
   512 _devbuild/gen/id_kind.py
   582 _devbuild/gen/pretty_asdl.py
   651 _devbuild/gen/shared_variant_asdl.py
   706 _devbuild/gen/typed_arith_asdl.py
   906 _devbuild/gen/id_kind_asdl.py
  1250 _devbuild/gen/find_asdl.py
  1402 _devbuild/gen/typed_demo_asdl.py
  2078 _devbuild/gen/runtime_asdl.py
  2259 _devbuild/gen/yaks_asdl.py
  2306 _devbuild/gen/value_asdl.py
 12193 _devbuild/gen/syntax_asdl.py
 26939 total

Doc Tools
    11 doctools/util.py
    48 doctools/html_lib.py
    91 doctools/fmt_check.py
    98 doctools/html_head.py
   106 doctools/doc_html.py
   141 doctools/spelling.py
   157 doctools/split_doc.py
   182 doctools/ref_check.py
   406 lazylex/html.py
   470 doctools/src_tree.py
   498 doctools/cmark.py
   671 doctools/oils_doc.py
   688 doctools/micro_syntax.re2c.h
  1122 doctools/micro_syntax.cc
  4689 total

Web
   79 web/osh-to-oil.js
  149 web/ajax.js
  425 web/table/csv2html.py
  433 web/table/table-sort.js
 1086 total