Differences From Artifact [b99ba93b1b]:
- File gc_core/py/lang_core/gc_rules_graph.py — part of check-in [7e92a17d42] at 2018-06-11 09:26:03 on branch rg — [build][core] named graphs (user: olr, size: 85) [annotate] [blame] [check-ins using]
To Artifact [373592f3fb]:
- File gc_core/py/lang_core/gc_rules_graph.py — part of check-in [f1726135a3] at 2018-06-24 14:49:06 on branch rg — [core] code cleaning (pylint) (user: olr, size: 122) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | # generated code, do not edit dAllGraph = ${rules_graphs} dRule = ${rules_actions} | > > > > | 1 2 3 4 5 6 7 8 9 | """ Grammar checker graph rules """ # generated code, do not edit dAllGraph = ${rules_graphs} dRule = ${rules_actions} |