Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Question about Custom Entries

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Question about Custom Entries


Chronological Thread 
  • From: "Benjamin C. Pierce" <bcpierce AT cis.upenn.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Question about Custom Entries
  • Date: Tue, 24 Sep 2019 07:04:26 -0400
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=bcpierce AT cis.upenn.edu; spf=Pass smtp.mailfrom=bcpierce AT cis.upenn.edu; spf=None smtp.helo=postmaster AT mx0b-000c2a01.pphosted.com
  • Ironport-phdr: 9a23:ET6D7xTJN9fuXw8c8tCoFdYlltpsv+yvbD5Q0YIujvd0So/mwa69YxCN2/xhgRfzUJnB7Loc0qyK6vumAjRLus3JmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRu7oR/fu8UKjodvJKg8wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaMTMy7WPZhdFqjK9DvB2uqAFxzY7Wb4+bN/R+cL3Tc9QBSGpEQspRUjZMAoOgY4cRCecKIOZWr5P6p1sLtRayCxShC/3pyj9KnHD22Kw60+I8GgzYxgArAsgAsHXKo9XvKKgdT+65x7TPwDrYc/xWwTb955bSch89v/6BRq5/ccvKyUU1CgPFlkufqYrjPz+PyOsCrnWb4vNmWOmyiGAnsxl8riWgy8ovkIXFm4MYx17e+SlkwIs4Jce0RUB6bNK8EpZcqTuWOol1T884Xm1kpDg2xqcYtZO0eiUB1Y4pyATFa/OddoiF+hLjW/iVITd/nH9lfb2+iwqp/kS51uHwStW430pUoiVfjtXAq2oB1wTL6siHTft95Vuh1iiS2AzJ9u5EJkU0mbLaK54n3LEwioIevVnMEyL1gkn6ka6be0s+9uS16+nqYq/qq5GdOoNsjwHxKKUumsixAeQiNQgOWnCW9v+g2737/E32Xq9KgeEonaTCrJ/aJN8bqrSkAw9NzIkj7RC/Ay2439sFgHkLNEhFdw6fj4j1J1HOJ+j1Auu4g1S1iTtk2/TGPqD6DZjWNXjCkLLhfa5n5EJGyQozy8pf55NOBb0bLvLzQBy5iNuNBRggdgew3uzPCdNn14pYV3jcLLWeNfaYm1KO5OsqIu/ET8ldgDfwMfMorba6h3QhmFIHdqSB1poMLm2gE/JgZUiVfCy/0Z86DW4Ws19mH6TRg1qYXGsLPifgb+cH/jg+TbmeI8LGT4GpjqaG2X7mTJZXfSZbEl2KFzHle5jWAq5ROhLXGddol3k/bZbkS4Il0kv+5grqk7AidrKM8XcR7culzMB14PbPmB10/jtxXZzEjzO9Clpsl2ZNfAcYmbhlqBUgmFyCyu5lm/FeE5pe6+4bCgo=

Any suggestions from the community on how to make custom entries work better
here would be greatly appreciated. We would like to use the new features in
the next release of Software Foundations (for which the timeline is rather
tight), but right now we are blocked on several things that appear to be
either inconveniently rigid in the design or not working as documented. :-(

Thanks!

- Benjamin

> On Sep 22, 2019, at 1:33 PM, Konstantinos Kallas
> <kallas AT seas.upenn.edu>
> wrote:
>
> Hi all,
>
> We are trying to define the syntax of a simple imperative language using
> the Custom entries feature but we are encountering some problems. Some of
> the problems might not be related to custom entries per se, but might be
> caused by some misuse of the notation feature (due to my lack of
> understanding of parsing in Coq).
>
> I have attached a file that contains the definitions, some examples that
> work as expected, and some examples where the parser gets confused (that
> are annotated with "Question:" comments).
>
> It would be great if someone could give us some hints about what could be
> the problem or how should we go about solving it.
>
> Thanks,
> Konstantinos

Attachment: ImpCustomEntriesExperiment.v
Description: Binary data




Archive powered by MHonArc 2.6.18.

Top of Page