Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spec.md to avoid suggesting ! is a binary operator
The current spec appears to suggest that the bang is a binary operator, which would enable expressions such as `foo ! bar`. https://github.com/hashicorp/hcl/blob/main/hclsyntax/parser.go#L1070 seems to suggest this is only a unary operator.
- Loading branch information