OILS / pea / oils-typecheck.txt View on Github | oilshell.org

115 lines, 115 significant
1_devbuild/gen/arg_types.py
2_devbuild/gen/grammar_nt.py
3_devbuild/gen/hnode_asdl.py
4_devbuild/gen/id_kind_asdl.py
5_devbuild/gen/nil8_asdl.py
6_devbuild/gen/option_asdl.py
7_devbuild/gen/pretty_asdl.py
8_devbuild/gen/runtime_asdl.py
9_devbuild/gen/syntax_asdl.py
10_devbuild/gen/types_asdl.py
11_devbuild/gen/value_asdl.py
12asdl/format.py
13asdl/pybase.py
14asdl/runtime.py
15bin/oils_for_unix.py
16builtin/assign_osh.py
17builtin/bracket_osh.py
18builtin/completion_osh.py
19builtin/completion_ysh.py
20builtin/dirs_osh.py
21builtin/error_ysh.py
22builtin/func_eggex.py
23builtin/func_hay.py
24builtin/func_misc.py
25builtin/hay_ysh.py
26builtin/io_osh.py
27builtin/io_ysh.py
28builtin/json_ysh.py
29builtin/meta_osh.py
30builtin/method_dict.py
31builtin/method_io.py
32builtin/method_list.py
33builtin/method_other.py
34builtin/method_str.py
35builtin/misc_osh.py
36builtin/module_ysh.py
37builtin/printf_osh.py
38builtin/process_osh.py
39builtin/pure_osh.py
40builtin/pure_ysh.py
41builtin/read_osh.py
42builtin/readline_osh.py
43builtin/trap_osh.py
44core/alloc.py
45core/comp_ui.py
46core/completion.py
47core/dev.py
48core/error.py
49core/executor.py
50core/main_loop.py
51core/num.py
52core/optview.py
53core/process.py
54core/pyos.py
55core/pyutil.py
56core/shell.py
57core/state.py
58core/util.py
59core/vm.py
60data_lang/j8.py
61data_lang/j8_lite.py
62data_lang/pyj8.py
63display/ansi.py
64display/pp_value.py
65display/pretty.py
66display/ui.py
67frontend/args.py
68frontend/builtin_def.py
69frontend/consts.py
70frontend/flag_def.py
71frontend/flag_spec.py
72frontend/flag_util.py
73frontend/id_kind_def.py
74frontend/lexer.py
75frontend/lexer_def.py
76frontend/location.py
77frontend/match.py
78frontend/option_def.py
79frontend/parse_lib.py
80frontend/py_readline.py
81frontend/reader.py
82frontend/signal_def.py
83frontend/typed_args.py
84mycpp/mops.py
85osh/arith_parse.py
86osh/bool_parse.py
87osh/bool_stat.py
88osh/braces.py
89osh/cmd_eval.py
90osh/cmd_parse.py
91osh/glob_.py
92osh/history.py
93osh/prompt.py
94osh/sh_expr_eval.py
95osh/split.py
96osh/string_ops.py
97osh/tdop.py
98osh/word_.py
99osh/word_compile.py
100osh/word_eval.py
101osh/word_parse.py
102pgen2/grammar.py
103pgen2/parse.py
104pgen2/pnode.py
105pylib/cgi.py
106pylib/os_path.py
107pylib/path_stat.py
108tools/fmt.py
109tools/ysh_ify.py
110ysh/expr_eval.py
111ysh/expr_parse.py
112ysh/expr_to_ast.py
113ysh/func_proc.py
114ysh/regex_translate.py
115ysh/val_ops.py