Add annotations in the parser where they are left out #389

Open
opened 2022-06-13 20:29:38 +09:00 by ghallak · 0 comments
ghallak commented 2022-06-13 20:29:38 +09:00 (Migrated from gitlab.com)

Annotations for list and empty map were purposely left out empty to speed up the development of the parser, and that is causing some unclear error messages.

There might be other places as well with empty annotations beside the ones mentioned above. All of them should be handled when fixing this issue.

Annotations for [list](https://github.com/aeternity/aesophia/blob/b3767071a83902747251fb5dcf0581c3a0aaa530/src/aeso_parser.erl#L345) and [empty map](https://github.com/aeternity/aesophia/blob/b3767071a83902747251fb5dcf0581c3a0aaa530/src/aeso_parser.erl#L399) were purposely left out empty to speed up the development of the parser, and that is causing some unclear error messages. There might be other places as well with empty annotations beside the ones mentioned above. All of them should be handled when fixing this issue.
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/sophia#389
No description provided.