Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 346 Bytes

execution.md

File metadata and controls

13 lines (8 loc) · 346 Bytes

Execution

This document will serve the process of documenting thoughts regarding the execution of the AST

Questions

  • How to know when to execute lambda ?
  • Local scope variables ?
  • Should boolean literals be parsed by tokenization / cpt / ast ?

Established

  • Function and variable definition will be tracked using tuple of Data.Map