Grzegorz Dziadkiewicz

Results 46 comments of Grzegorz Dziadkiewicz

@andreasabel what is your opinion on adding F# support via `fslex` and `fsyacc`? From my point of view, it would bring back dotnet to the table for bnfc after removing...

@andreasabel 1. I'm willing to join as a maintainer. How does a maintainer pledge look like? 2. I kind of expect that it did make use of the fact that...

### Differences between fslex/fsyacc and ocamllex/ocamlyacc: 1. F# and OCaml have different std libs which means that boilerplate and usage of boilerplate (e.g. Hashmaps and using them) must be different...

5. I started working on adding f# backend to the existing tests and it looks like they already point out some problems with my implementation. WIP 6. #### Requirements: `dotnet`...

Work on getting all the existing tests passing still in progress. 23/30 of the parametrized tests are passing. During the process, I'm making notes on the fragile, easy-to-break parts of...

> ### Differences between fslex/fsyacc and ocamllex/ocamlyacc: > 1. F# and OCaml have different std libs which means that boilerplate and usage of boilerplate (e.g. Hashmaps and using them) >...

I'm done with the tests and started working on the new version which parametrizes the OCaml backend.

Yes, I will extend it. ________________________________ From: Andreas Abel ***@***.***> Sent: Thursday, March 3, 2022 3:31:56 PM To: BNFC/bnfc ***@***.***> Cc: Grzegorz Dziadkiewicz ***@***.***>; Mention ***@***.***> Subject: Re: [BNFC/bnfc] Add...

I'm sorry for the long silence. I added the missing goals, but have some questions about them as I rarely use `make` (I will add attach them to lines).

@ziluvatar I have also been working on that. Right now I am ready with testing using both `Lauch Tests` task and `npm test`, running the tests on TravisCI, testing the...