epi-project / brane-documentation

Repository that contains the high-level documentation of the Brane framework. Written for use with mdBook.
Apache License 2.0
2 stars 2 forks source link

Workflow analysis #18

Open Lut99 opened 2 months ago

Lut99 commented 2 months ago

This chapter defines the various workflow analyses that are done on the BraneScript AST before compilation to WIR.

Concretely, these are:

  1. Finding data dependencies
  2. Resolving location restrictions
  3. Resolving metadata attributes

(maybe more once I find them)