k-john-gough / gppg

GPPG is a parser generator that produces parsers written in the C# V2 or higher. The input language is YACC-like, and the parsers are LALR(1), with the usual automatic disambiguations. Designed to work with GPLEX.
Other
37 stars 23 forks source link

Missing example files #3

Open jasonperry opened 4 years ago

jasonperry commented 4 years ago

It would be nice if the example grammars mentioned in the documentation (calc.y, RealCalc.y, RealTree.y) could be included here. Also for Gplex.

k-john-gough commented 4 years ago

Hi Jason

Ok, thanks for that. I will pull the examples out from one of the old CodePlex distros, and put them up on GitHub.

Cheers

John

From: Jason Perry [mailto:notifications@github.com] Sent: Tuesday, June 30, 2020 1:42 AM To: k-john-gough/gppg gppg@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [k-john-gough/gppg] Missing example files (#3)

It would be nice if the example grammars mentioned in the documentation (calc.y, RealCalc.y, RealTree.y) could be included here. Also for Gplex.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/k-john-gough/gppg/issues/3 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AEC5EFG5SS55GRR7ZTVV7EDRZCY37ANCNFSM4OLK53RA . https://github.com/notifications/beacon/AEC5EFFCJEI26LXRRDN53S3RZCY37A5CNFSM4OLK53RKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JUXYEBA.gif

anteos59 commented 3 years ago

I'm also missing the example files. Could you please provide them.

k-john-gough commented 3 years ago

Hi Bruno

Sorry about that. I thought the examples were there. The file GP-Examples.zip is not in both the GPLEX and GPPG masters.

Regards John

From: Bruno Anteos [mailto:notifications@github.com] Sent: Wednesday, November 4, 2020 4:10 AM To: k-john-gough/gppg gppg@noreply.github.com Cc: K John Gough john@atwell-gough.com; Comment comment@noreply.github.com Subject: Re: [k-john-gough/gppg] Missing example files (#3)

I'm also missing the example files. Could you please provide them.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/k-john-gough/gppg/issues/3#issuecomment-721292866, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEC5EFEKFFDWFWMZXVJDD7LSOBBPJANCNFSM4OLK53RA.

anteos59 commented 3 years ago

Hi John, thanks a lot for the files.