flake_generator icon indicating copy to clipboard operation
flake_generator copied to clipboard

Feat/node insertion

Open DieracDelta opened this issue 3 years ago • 3 comments

This is a draft PR for AST node insertion. Objectives:

  • [x] create AST nodes for attribute sets
  • [x] convert between Input type and attribute set
  • [ ] clean code
    • [ ] so many places need &str instead of String
    • [ ] better file naming to match rest of project
    • [ ] clippy
  • [x] tie into main control loop so we can create inputs
  • [x] more tests

Resolves #18 and #14 .

DieracDelta avatar May 02 '21 20:05 DieracDelta