Zack Maril

Results 24 issues of Zack Maril

I'm interested in generating strings with instaparse. By this, I mean I'd like to give instaparse a data structure to fill in and a grammar and have it return to...

I have a grammar with about 50 reserved keywords. Sometimes when I get a parse error now, I get an error message that I have to scroll up 50 lines...

An issue which pops up in firefox and IE (I think). https://groups.google.com/forum/?fromgroups#!topic/d3-js/ieQYPqHmLHo

Start moving towards getting on a normal "release" . I don't imagine many breaking changes coming, but who am I to know?

Find a good way to test this. Behaviour driven tests? Unit tests? Prayers to Pagan Gods?

Import the less files over: https://github.com/twitter/bootstrap/blob/master/less/popovers.less https://github.com/twitter/bootstrap/blob/master/less/tooltip.less Put them into the build process with grunt-less. Not hard, just haven't done it quite yet.

Add in voronoi detection to every svg element. https://groups.google.com/forum/?fromgroups#!searchin/d3-js/tooltip/d3-js/-1oLMKUez3M/g3UjfyvKQIsJ https://github.com/zmaril/d3-bootstrap-plugins/blob/master/src/js/plugins.coffee#L40 I've started working on it, should move it to another branch soon for development.

By adding in a parser for regular expression syntax as well as transforms that convert the parsed regular expression output into instaparse combinators, we can use instagenerate on grammars that...

I've taken a few passes at implementing negative lookahead and thought I should report back on some of the difficulties I've had. My main focus has been modifying the code...

Simple code to add in examples. See this thread for more info about usage and first test case. https://groups.google.com/forum/?fromgroups#!topic/clojure/EWQ3aY7samU