Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 805 Bytes

TASKS.md

File metadata and controls

17 lines (16 loc) · 805 Bytes

Tasks

  • errors hierarchy
  • dependencies
    • mechanism to provide modules with names
      • investigate existing standards
      • if not found define own stadard
      • impelement selected standard: imports resolution via module registry, hierarchical module instantiation
    • mechanism to select a module by name to run
  • host modules
  • extend Trap to provide exact information about the reason
  • refine validation errors to make them more informative
  • improve output
  • separate CLI from the core crate, publish core crate to crates.io