Cradicle Explorer
adl
  • Info
  • Issues
  • Patches
  • Wallets
  • Source
    • Source
    • .cargo
    • .circleci
    • .github
    • .resources
    • adl-cli
    • compiler
    • ast
    • compiler
    • parser-lossless
    • parser
    • passes
    • src
    • code_generation
    • common
    • common_subexpression_elimination
    • const_propagation
    • dead_code_elimination
    • destructuring
    • flattening
    • function_inlining
    • loop_unrolling
    • monomorphization
    • name_validation
    • option_lowering
    • path_resolution
    • processing_async
    • processing_script
    • ssa_const_propagation
    • static_analysis
    • static_single_assignment
    • storage_lowering
    • symbol_table_creation
    • type_checking
    • write_transforming
    • const_prop_unroll_and_morphing.rs
    • disambiguate.rs
    • lib.rs
    • pass.rs
    • remove_unreachable.rs
    • test_passes.rs
    • Cargo.toml
    • LICENSE.md
    • README.md
    • span
    • errors
    • interpreter
    • test-framework
    • tests
    • utils
    • .codecov.yml
    • .gitattributes
    • .gitignore
    • .gitmodules
    • .rusty-hook.toml
    • CONTRIBUTING.md
    • Cargo.lock
    • Cargo.toml
    • DEVELOPMENT.md
    • LICENSE.md
    • README.md
    • build.rs
    • rust-toolchain.toml
    • rustfmt.toml
/ compiler / passes / src /
.. code_generation common common_subexpression_elimination const_propagation dead_code_elimination destructuring flattening function_inlining loop_unrolling monomorphization name_validation option_lowering path_resolution processing_async processing_script ssa_const_propagation static_analysis static_single_assignment storage_lowering symbol_table_creation type_checking write_transforming const_prop_unroll_and_morphing.rs disambiguate.rs lib.rs pass.rs remove_unreachable.rs test_passes.rs