Differences From 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...]
To Artifact [dd48c4d265]:
- File gc_core/py/lang_core/gc_rules_graph.py — part of check-in [b543565245] at 2020-04-22 04:33:29 on branch trunk — [build][core] stricter building process, store URLs in a separate dictionary [fr] ajustements (rebuild necessary to avoid bug) (user: olr, size: 149) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | """ Grammar checker graph rules """ # generated code, do not edit dAllGraph = ${rules_graphs} dRule = ${rules_actions} | > > | 1 2 3 4 5 6 7 8 9 10 11 | """ Grammar checker graph rules """ # generated code, do not edit dAllGraph = ${rules_graphs} dRule = ${rules_actions} dURL = ${rules_graph_URL} |