Closed cvauclair closed 3 years ago
The Mesh Language grammar should support records definition.
Example:
let my_record = {x: 1, y: "hello"};
@ThierryBleau can you confirm that this is the final syntax for record expressions?
Description
The Mesh Language grammar should support records definition.
Example: