Jeff Avallone
6efa287c4e
Fixing lint warning that came with the new version of JSCS
...
Also some other minor code cleanup
2016-07-31 11:47:56 -04:00
Jeff Avallone
966ab5f2d6
Fixing lint errors
2015-11-01 10:28:37 -05:00
Jeff Avallone
b2e7bade04
Adding more documentation
2015-04-16 17:52:50 -04:00
Jeff Avallone
06e66c0f24
Creating helper methods for the setTimeout uses
...
Abstracting out some of the setTimeout patterns that have popped up in
the code to make the intention clearer.
2015-03-14 17:27:59 -04:00
Jeff Avallone
0093db8e20
Replacing Q promises with ES6 promises
2015-03-14 17:11:14 -04:00
Jeff Avallone
3970224302
Removing use of notify to update progress bar
2015-03-14 14:01:25 -04:00
Jeff Avallone
fc6ffbd73a
Merging some shared styles
2014-12-30 10:17:55 -05:00
Jeff Avallone
e271115d24
Merging the rendering code from main.js and regexper.js
2014-12-29 21:31:36 -05:00
Jeff Avallone
66836e0552
Fixing issue with multiple SVG elements being rendered at once
2014-12-26 17:08:37 -05:00
Jeff Avallone
b292a764ff
Embedding a template for SVG element instead of just styles
2014-12-26 15:38:22 -05:00
Jeff Avallone
d21846e872
Fixing how styles are added to SVG documents to please IE
...
This also allowed the SVG element to be created in a single place
2014-12-24 23:01:32 -05:00
Jeff Avallone
f842b424cc
Adding warnings for non-standard escape sequence usage
2014-12-22 16:57:30 -05:00
Jeff Avallone
55ee380817
Adding ability to easily render demo images
2014-12-21 15:22:01 -05:00
Jeff Avallone
ccdb29224a
Rejecting promise when parsing fails
2014-12-20 10:47:41 -05:00
Jeff Avallone
69ae3f0fe1
Moving parser setup code into a separate file
2014-12-19 20:41:02 -05:00
Jeff Avallone
70789258ab
Removing CharsetLiteral
...
It was no different from just Literal (and most likely won't be any
different)
2014-12-19 20:23:32 -05:00
Jeff Avallone
80ec29cd6b
Refactoring parser code to remove global state
...
This allows canceling an in-progress render and moves some of the
rendering code to a more appropriate location.
2014-12-18 11:13:15 -05:00
Jeff Avallone
c64e48946e
Adding support for canceling a parse/render
2014-12-17 19:24:33 -05:00
Jeff Avallone
57ccd4b0c5
Refactoring to enhance the SyntaxNode extending
2014-12-17 11:53:04 -05:00
Jeff Avallone
b934423d11
Finishing tests for Regexper module
2014-12-16 19:00:27 -05:00
Jeff Avallone
60d7cab504
Adding code to indicate subexpression numbers
2014-12-10 06:18:55 -05:00
Jeff Avallone
fadfaee440
Adding code to render charsets
2014-12-07 17:38:24 -05:00
Jeff Avallone
f5d1e734f1
Removing Terminal type and replacing with Literal, Escape, and AnyChar
...
This is to eventually simplify the combining of Literals together (and
to actually make it work correctly, since terminals should not have been
merged)
2014-12-06 16:03:58 -05:00
Jeff Avallone
d2b96c7833
Adding code to render loop and skip paths for repetitions
...
This currently breaks the rendering and will need more work. Also need
to add labels for {a,b} syntax
2014-12-06 12:34:00 -05:00
Jeff Avallone
b364198030
Adding a MatchFragment rule
...
Also reducing the amount of object cloning that is being done
2014-12-02 21:09:20 -05:00
Jeff Avallone
7d84669536
First cut of rendering match elements
...
This is currently broken, but a starting point for further work.
2014-12-02 21:02:48 -05:00
Jeff Avallone
f8cded8eac
Adding first cut of code to render alternations
...
Still need to implement lines to the individual parts
2014-11-30 17:54:12 -05:00
Jeff Avallone
facb99e8bc
Beginning to add some functionality to the parser
2014-11-26 18:24:40 -05:00