Lartu / ldpl

COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
https://www.ldpl-lang.org/
Apache License 2.0
160 stars 24 forks source link

Support plural multicontainer type names #163

Closed xvxx closed 4 years ago

xvxx commented 4 years ago

This adds support for using the plural version of type names in multicontainers.

For example, list of maps of numbers or map of maps of lists of maps of text.

The regular, non-plural type names are still supported, and the first container must always be singular (so you can't do lists of text, but you can do list of lists of text).

Lartu commented 4 years ago

I looooveeee thiiiiiiiis, thank you so much!

Lartu commented 4 years ago

Thank you very much for your contributions to the project, Dvkt! :smile:

xvxx commented 4 years ago

Great, thank you and @dgarroDC for the multicontainers! Happy to help add a pinch of sugar 🍪

Lartu commented 4 years ago

A ton of sugar! Thanks to you all!