alistair-lilley / icosaharengon

0 stars 0 forks source link

Implement Template YAML parsing #4

Open alistair-lilley opened 3 months ago

alistair-lilley commented 3 months ago

Implement parsing for the Template YAML files

Includes these necessary features:

  1. Be able to fill in fields based on "<< ... >>" (reference) syntax
  2. Be able to calculate fields based on "<% ... %>" (arithmetic) syntax
  3. Be able to fill in fields based on "<* ... *>" (function call) syntax

Goal is to have a full dictionary at the end of parsing