From b58da35fa11c9f220417a2c0eeef8a6595fdc7a6 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 26 Mar 2015 16:31:20 +0000 Subject: [PATCH] Comment --- re2c/go.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/re2c/go.h b/re2c/go.h index 633ad1ad..15ae8431 100644 --- 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); -- 2.40.0