Protean-Labs / mesh

The Mesh Engine that implements the Mesh Language, a computational language for web3.
Apache License 2.0
1 stars 0 forks source link

Add grammar support for records #31

Closed cvauclair closed 3 years ago

cvauclair commented 3 years ago

Description

The Mesh Language grammar should support records definition.

Example:

let my_record = {x: 1, y: "hello"};
cvauclair commented 3 years ago

@ThierryBleau can you confirm that this is the final syntax for record expressions?