lugfi / yaml.ar

yaml.ar is a runnable subset of yaml
https://yaml.ar
MIT License
5 stars 0 forks source link

Write an interpreter #1

Closed colltoaction closed 3 years ago

colltoaction commented 3 years ago

I can think of two approaches:

  1. A transpiler would take YAML files as text input and output a code project (e.g an sbt project). Clever use of Rust macros could also fit this category.
  2. An interpreter would read YAML files at runtime. This could be well suited for Scala + Cats