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

114 lines, 114 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/ansi.py
46core/comp_ui.py
47core/completion.py
48core/dev.py
49core/error.py
50core/executor.py
51core/main_loop.py
52core/num.py
53core/optview.py
54core/process.py
55core/pyos.py
56core/pyutil.py
57core/shell.py
58core/state.py
59core/ui.py
60core/util.py
61core/vm.py
62data_lang/j8.py
63data_lang/j8_lite.py
64data_lang/pretty.py
65data_lang/pyj8.py
66frontend/args.py
67frontend/builtin_def.py
68frontend/consts.py
69frontend/flag_def.py
70frontend/flag_spec.py
71frontend/flag_util.py
72frontend/id_kind_def.py
73frontend/lexer.py
74frontend/lexer_def.py
75frontend/location.py
76frontend/match.py
77frontend/option_def.py
78frontend/parse_lib.py
79frontend/py_readline.py
80frontend/reader.py
81frontend/signal_def.py
82frontend/typed_args.py
83mycpp/mops.py
84osh/arith_parse.py
85osh/bool_parse.py
86osh/bool_stat.py
87osh/braces.py
88osh/cmd_eval.py
89osh/cmd_parse.py
90osh/glob_.py
91osh/history.py
92osh/prompt.py
93osh/sh_expr_eval.py
94osh/split.py
95osh/string_ops.py
96osh/tdop.py
97osh/word_.py
98osh/word_compile.py
99osh/word_eval.py
100osh/word_parse.py
101pgen2/grammar.py
102pgen2/parse.py
103pgen2/pnode.py
104pylib/cgi.py
105pylib/os_path.py
106pylib/path_stat.py
107tools/fmt.py
108tools/ysh_ify.py
109ysh/expr_eval.py
110ysh/expr_parse.py
111ysh/expr_to_ast.py
112ysh/func_proc.py
113ysh/regex_translate.py
114ysh/val_ops.py