]> granicus.if.org Git - re2c/commitdiff
Comment
authorUlya Trofimovich <skvadrik@gmail.com>
Thu, 26 Mar 2015 16:31:20 +0000 (16:31 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Thu, 26 Mar 2015 16:31:20 +0000 (16:31 +0000)
re2c/go.h

index 633ad1ad097934099c1765723db9dc5ceb2920d3..15ae843127c3932c9be58814e30ba67b6f0ae71d 100644 (file)
--- a/re2c/go.h
+++ b/re2c/go.h
@@ -170,8 +170,11 @@ struct Go
        void used_labels ();
 };
 
+// construct helpers
 bool matches(const Span * b1, uint n1, const State * s1, const Span * b2, uint n2, const State * s2);
 uint unmap (Span * new_span, const Span * old_span, uint old_nspans, const State * x);
+
+// emit helpers
 std::string space (uint this_label);
 std::string output_yych (bool & readCh);
 void output_if (OutputFile & o, uint ind, bool & readCh, const std::string & compare, uint value);