rob-myers

Results 27 comments of rob-myers

I'm also surprised by the lack of documentation, given how impressive this project seems to be. But it is at least possible to: 1. Step through the [example project](https://github.com/projectstorm/react-diagrams/tree/master/diagrams-demo-project/src). 2....

Fair enough. There is a difference i.e. `base#nnn` takes two arguments whereas all other examples do not, including those in `BasicLit`. This additional argument could contain a parameter (or arithmetic)...

@mvdan I've built an interpreter on top of your parser and implemented all your operations. In keeping with your static approach, I only use your parser in the following situations:...

@JounQin thanks for looking into it. Great that there's a GopherJS fix in the works already. I will try building using `go get github.com/gopherjs/gopherjs@master` and see if it works. Generally...

I want to use version `0.5.0`, so I am using an old commit and go v1.2.17. Sadly, changing the build to `go get github.com/gopherjs/gopherjs@master` yields the following error: ``` package...

But gopher could have represented them as e.g. js objects `{ key: string; value: number }`, preserving more information. This module is really great. I've written typings for all the...

I intend to contribute, but will wait until I've done more testing. 1. I've written typescript definitions for your API including the `syntax` package. 2. I've written a 'cleaning' function...

> Would this be a package sitting on top of `mvdan-sh`, or would the typescript code be included as part of the same package? I know very little about how...

Actually, it would be helpful to have `node.type` where e.g. `ArithmCmd.type()` is `'ArithmCmd'`. It would also help to have the JSON converter in the JS package. Then my initial contribution...

Would you mind updating the npm repo? I'm eager to try `Parser.{Interative,Incomplete}`.