Skip to content

davidlmorton/procera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procera

This repo contains the DSL abstraction layer for defining processes.

Contents

  • perl/Compiler - translates DSL into a Workflow XML + required inputs list
  • perl/Runner - runs Workflow XML given inputs
  • perl/Tool - base functionality for all tools

TODO

  • compiler
    • sugar for addressing "A::B::C" with "B::C" or "C"
      • this is partly implemented, it currently requires the shortest form
    • forbid recursive imports
    • improve parsing error messages (probably with and )
    • fix string escaping regular expressions (grammar and syntax)
    • improve syntax hilighting of errors
    • add array input/output support
  • add workspace input to Tool
  • add locking to Tool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 98.2%
  • GAMS 1.7%
  • Shell 0.1%