mwaldrich

Results 7 issues of mwaldrich

How do you obtain source positions in combine? I found the position combinator, `combine::combinator::position`, but that yields a position of type `::Position`. For example: ```rust parser! { fn function['a, 'b,...

I found this package on NPM originally, and the example in that README doesn't seem to work. If you go here: https://www.npmjs.com/package/objective-c-parser, the README clearly doesn't match the README on...

Would it be possible to implement new callbacks to instrument `async` and `await`? For `async`, perhaps an argument could be added to the *function call* and *function literal* callbacks to...

Is there an ETA for implementation of these callbacks? My team would like to use these in our analysis.

Is it currently possible to instrument ES6 code using `mx`? I know both NodeProf and GraalJS support ES6, but I'm not sure how to actually achieve this with `mx`. Here's...