Grammalecte  Check-in [b4cc6e93dc]

Overview
Comment:[build] useless line
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | build | rg
Files: files | file ages | folders
SHA3-256: b4cc6e93dc8f2b35cca8d2f24ba7fbbf4522837d82e32503974b1e5ccc56c3a6
User & Date: olr on 2018-06-19 17:53:38
Other Links: branch diff | manifest | tags
Context
2018-06-20
03:20
[core] gc engine: handle different casing check-in: 8419a4fad8 user: olr tags: core, rg
2018-06-19
17:53
[build] useless line check-in: b4cc6e93dc user: olr tags: build, rg
17:52
[build] debugging info update check-in: 0b591a67d1 user: olr tags: build, rg
Changes

Modified compile_rules.py from [06d201754c] to [5d5d5d7bf2].

488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
            if m:
                printBookmark(1, "@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):







|







488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
            if m:
                printBookmark(1, "@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):