DeSc1998 / yadl-zig

A simple data querying language
MIT License
1 stars 0 forks source link

Writting a proper Specification for the language #3

Open DeSc1998 opened 5 days ago

DeSc1998 commented 5 days ago

The "Specification" from the original project reads more like a documentation of the language, e.g. signature of a function and what it returns.

As such a new Specification is needed to specify the behavior in more detail and maybe remove some aspects that are not needed any more.

DeSc1998 commented 5 days ago

The Spec can be added to the wiki pages.

DeSc1998 commented 2 days ago

One thing that found in the old spec are implicit type conversions.

I am personally not a fan of implicit conversions especially between completely different types like bool and string.

I would much prefer explicit conversion.