Kevin Barabash
Kevin Barabash
Using `Spanned` worked for some things, but I wasn't able to use it with `delimited_by()` and ended up having to replace that with `then()` instead.
@alvra this is super cool! I think it would be great if this could also support unary prefix and suffix operators in the future. If there were functions for defining...
Would this allow a person to embedded a Pratt parser for algebraic expressions within in a parent parser for a programming language?
That sounds awesome. I'm curious if you had any thoughts on what the API might look like. I wrote a Pratt [parser factory](https://github.com/math-blocks/math-blocks/blob/master/packages/parser/src/factory.ts) in TypeScript a while ago. It's surprisingly...
It looks like the upgrade has to be made within https://github.com/storybooks/babel-plugin-react-docgen.
Updating the plugin to use react-docgen v3 is being tracked in https://github.com/storybooks/babel-plugin-react-docgen/issues/34.
I'm seeing the same thing with aliased types from my library crate in the integration tests.
This is exciting!
> I'll update the PR, once we have stable codebase with recent PRs merged. Sounds good. I checked out the branch and started trying to fix things. I got the...
@edemaine what sort of things would `fil/fill/filll` be useful for?