CONTRIBUTING.md
INSTALL.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/BINARY_NOTES.md
docs/ERRORS.md
docs/FAQ.md
docs/LANGUAGE.es.md
docs/LANGUAGE.hi.md
docs/LANGUAGE.md
docs/LANGUAGE.zh.md
docs/QUICKSTART.md
docs/RELEASING.md
docs/YEPS.md
docs/design/UNIVERSAL_ARCHITECTURE.md
examples/01_hello.yibe
examples/02_first_look.yibe
examples/03_clean_data.yibe
examples/04_house_prices.yibe
examples/05_train_test.yibe
examples/06_iris_forest.yibe
examples/07_reuse_model.yibe
examples/08_neural_net.yibe
examples/09_chart_gallery.yibe
examples/10_kitchen_sink.yibe
examples/11_if_blocks.yibe
examples/12_repeat.yibe
examples/13_nested_blocks.yibe
examples/14_hindi.yibe
examples/15_spanish.yibe
examples/16_chinese.yibe
tests/__init__.py
tests/test_architecture.py
tests/test_ast_nodes.py
tests/test_blocks.py
tests/test_cli.py
tests/test_codegen.py
tests/test_docs.py
tests/test_errors.py
tests/test_examples.py
tests/test_gauntlet.py
tests/test_golden.py
tests/test_grammar.py
tests/test_i18n.py
tests/test_lexer.py
tests/test_packs.py
tests/test_runner.py
tests/test_security.py
tests/test_semantics.py
tests/util.py
tests/fixtures/messy_sales.csv
tests/fixtures/tiny_houses.csv
tests/fixtures/tiny_iris.csv
tools/build_binary.py
tools/gen_language_docs.py
tools/make_fixtures.py
tools/make_goldens.py
yibe/__init__.py
yibe/__main__.py
yibe/ast_nodes.py
yibe/cli.py
yibe/codegen.py
yibe/diagnostics.py
yibe/errors.py
yibe/grammar.py
yibe/lexer.py
yibe/lint.py
yibe/naming.py
yibe/ops.py
yibe/packs.py
yibe/runner.py
yibe/semantics.py
yibe/uir.py
yibe/visitor.py
yibe/lang/en/grammar.json
yibe/lang/en/messages.json
yibe/lang/en/pack.json
yibe/lang/en/tests.json
yibe/lang/es/grammar.json
yibe/lang/es/messages.json
yibe/lang/es/pack.json
yibe/lang/es/tests.json
yibe/lang/hi/grammar.json
yibe/lang/hi/messages.json
yibe/lang/hi/pack.json
yibe/lang/hi/tests.json
yibe/lang/zh/grammar.json
yibe/lang/zh/messages.json
yibe/lang/zh/pack.json
yibe/lang/zh/tests.json
yibelang.egg-info/PKG-INFO
yibelang.egg-info/SOURCES.txt
yibelang.egg-info/dependency_links.txt
yibelang.egg-info/entry_points.txt
yibelang.egg-info/requires.txt
yibelang.egg-info/top_level.txt