Skip to content

Commit

Permalink
readme: note about hcl limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Sep 13, 2023
1 parent ab3253d commit bb8037e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ but more basic:
inside the brackets; no need for an artificial `resource` keyword
* dead-simple API: variables get evaluated automatically and fill the fields of
the output structure;
no need to invoke arcane wisdom for evaluation
no [strange limitations of where variables can be defined]
* detection of variable reference cycles
* _O(N)_ lexer and parser
* deserialization aka unmarshalling to static Go structs
Expand Down Expand Up @@ -70,3 +70,6 @@ Output:
- [ ] allow fields to be missing in the target struct

* [ ] port to more programming languages


[strange limitations of where variables can be defined]: https://stackoverflow.com/a/73745980/229154

0 comments on commit bb8037e

Please sign in to comment.