Skip to content

Commit

Permalink
Released 1.0.12
Browse files Browse the repository at this point in the history
The reflex tool now reads files using reflex::Input
  • Loading branch information
Robert-van-Engelen committed Jan 22, 2019
1 parent 60716c8 commit dba7d4a
Show file tree
Hide file tree
Showing 233 changed files with 652 additions and 586 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ Changelog
- Aug 21, 2018: 1.0.9 fixed reflex regex library matching with range quantifiers by correcting coding typo.
- Dec 8, 2018: 1.0.10 fixed `columno()` to take tab spacing into account.
- Jan 18, 2019: 1.0.11 fixed GCC 8.2 warnings, additional enhancements.
- Jan 21, 2019: 1.0.12 the reflex tool now reads files using `reflex::Input`.

[logo-url]: https://www.genivia.com/images/reflex-logo.png
[reflex-url]: https://www.genivia.com/reflex.html
Expand Down
Binary file modified bin/reflex.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/html/abslexer_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/absmatcher_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/bits_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/boostmatcher_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions doc/html/class_reflex-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 20 additions & 19 deletions doc/html/class_reflex.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 12 additions & 11 deletions doc/html/class_reflex__coll__graph.map
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<map id="Reflex" name="Reflex">
<area shape="rect" id="node2" title="STL class. " alt="" coords="926,33,999,59"/>
<area shape="rect" id="node3" title="STL class. " alt="" coords="613,5,715,47"/>
<area shape="rect" id="node4" title="STL class. " alt="" coords="325,54,447,81"/>
<area shape="rect" id="node19" title="STL class. " alt="" coords="611,71,717,112"/>
<area shape="rect" id="node5" title="STL class. " alt="" coords="155,54,236,81"/>
<area shape="rect" id="node6" href="$struct_reflex_1_1_library.html" title="A library entry to describe regex library properties. " alt="" coords="621,198,707,225"/>
<area shape="rect" id="node8" title="STL class. " alt="" coords="618,627,710,654"/>
<area shape="rect" id="node10" title="STL class. " alt="" coords="163,409,228,435"/>
<area shape="rect" id="node14" href="$struct_reflex_1_1_code.html" title="Line of code fragment in lex specifications. " alt="" coords="346,409,426,435"/>
<area shape="rect" id="node11" title="STL class. " alt="" coords="5,401,105,443"/>
<area shape="rect" id="node18" title="STL class. " alt="" coords="924,90,1001,117"/>
<area shape="rect" id="node2" href="$struct_reflex_1_1_library.html" title="A library entry to describe regex library properties. " alt="" coords="782,52,890,79"/>
<area shape="rect" id="node4" title="STL class. " alt="" coords="779,515,893,541"/>
<area shape="rect" id="node6" title="STL class. " alt="" coords="219,241,299,268"/>
<area shape="rect" id="node10" href="$struct_reflex_1_1_code.html" title="Line of code fragment in lex specifications. " alt="" coords="456,295,555,321"/>
<area shape="rect" id="node7" title="STL class. " alt="" coords="5,234,132,275"/>
<area shape="rect" id="node12" href="$classreflex_1_1_input.html" title="Input character sequence class for unified access to sources of input text. " alt="" coords="1157,628,1249,655"/>
<area shape="rect" id="node13" title="STL class. " alt="" coords="791,629,881,656"/>
<area shape="rect" id="node14" title="STL class. " alt="" coords="441,625,570,666"/>
<area shape="rect" id="node15" title="STL class. " alt="" coords="181,603,336,629"/>
<area shape="rect" id="node20" title="STL class. " alt="" coords="439,559,572,601"/>
<area shape="rect" id="node16" title="STL class. " alt="" coords="19,603,119,629"/>
<area shape="rect" id="node19" title="STL class. " alt="" coords="963,567,1059,593"/>
</map>
2 changes: 1 addition & 1 deletion doc/html/class_reflex__coll__graph.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
923626afd1058ee0ef0b841f13c59111
35ee3ca61d36df0d3e194b0a946dfb35
Binary file modified doc/html/class_reflex__coll__graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/html/classes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_lexer-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_lexer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dba7d4a

Please sign in to comment.