Overview
Comment: | [build] show bookmark for ENDGRAPH |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | build | rg |
Files: | files | file ages | folders |
SHA3-256: |
c466999e366bc3e495b42f0b851fc6d0 |
User & Date: | olr on 2018-08-31 09:14:53 |
Other Links: | branch diff | manifest | tags |
Context
2018-08-31
| ||
09:28 | [core][fr] merge functions <morph> and <morphex> check-in: 92f00f290c user: olr tags: fr, core, rg | |
09:14 | [build] show bookmark for ENDGRAPH check-in: c466999e36 user: olr tags: build, rg | |
2018-08-29
| ||
08:58 | [fr] ajustements check-in: dea392c307 user: olr tags: fr, rg | |
Changes
Modified compile_rules.py from [2a72e2ecd2] to [a6049dfea0].
︙ | ︙ | |||
495 496 497 498 499 500 501 502 503 504 505 506 507 508 | printBookmark(0, "GRAPH: " + m.group(1), i) lRuleLine.append([i, "@@@@"+m.group(1)]) bGraph = True lGraphRule.append([i, sLine]) bGraph = True elif sLine.startswith("@@@@END_GRAPH"): #lGraphRule.append([i, sLine]) bGraph = False elif re.match("@@@@ *$", sLine): pass elif bGraph: lGraphRule.append([i, sLine]) # Regex rules elif re.match("[ \t]*$", sLine): | > | 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 | printBookmark(0, "GRAPH: " + m.group(1), i) lRuleLine.append([i, "@@@@"+m.group(1)]) bGraph = True lGraphRule.append([i, sLine]) bGraph = True elif sLine.startswith("@@@@END_GRAPH"): #lGraphRule.append([i, sLine]) printBookmark(0, "ENDGRAPH", i) bGraph = False elif re.match("@@@@ *$", sLine): pass elif bGraph: lGraphRule.append([i, sLine]) # Regex rules elif re.match("[ \t]*$", sLine): |
︙ | ︙ |