.gitignore
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
console/cre_exec.py
cre/__init__.py
cre/attr_filter.py
cre/caching.py
cre/change_event.py
cre/conditions.py
cre/context.py
cre/core.py
cre/default_funcs.py
cre/dynamic_exec.py
cre/fact.py
cre/fact_intrinsics.py
cre/func.py
cre/garbage3.py
cre/garbage31.py
cre/garbage_sc_stash.py
cre/garbage_sc_stash2.py
cre/gval.py
cre/hashing.py
cre/make_source.py
cre/matching.py
cre/memset.py
cre/obj.py
cre/rule.py
cre/run_tests
cre/sc_planner.py
cre/structref.py
cre/token.py
cre/tuple_fact.py
cre/type_conv.py
cre/utils.py
cre/var.py
cre/vector.py
cre/version.py
cre.egg-info/PKG-INFO
cre.egg-info/SOURCES.txt
cre.egg-info/dependency_links.txt
cre.egg-info/entry_points.txt
cre.egg-info/requires.txt
cre.egg-info/top_level.txt
cre/cfuncs/__init__.py
cre/cfuncs/cre_cfuncs.c
cre/transform/__init__.py
cre/transform/enumerizer.py
cre/transform/feature_applier.py
cre/transform/flattener.py
cre/transform/incr_processor.py
cre/transform/memset_builder.py
cre/transform/relative_encoder.py
cre/transform/vectorizer.py
cre_caching/__init__.py
cre_caching/caching.py
notes/SeqGrammarInduction.txt
tests/test_conditions.py
tests/test_cre_func.py
tests/test_fact.py
tests/test_feature_applier.py
tests/test_flattener.py
tests/test_incr_processor.py
tests/test_make_source.py
tests/test_matching.py
tests/test_memset.py
tests/test_processing_pipeline.py
tests/test_relative_encoder.py
tests/test_rule.py
tests/test_sc_planner.py
tests/test_tuple_fact.py
tests/test_type_conv.py
tests/test_utils.py
tests/test_vectorizer.py