Differences From Artifact [f859281899]:
- File compile_rules_graph.py — part of check-in [6f12ea6825] at 2018-06-27 23:36:45 on branch rg — [build] check regexes: memorize checked regexes (user: olr, size: 15918) [annotate] [blame] [check-ins using]
To Artifact [4e3eba14a0]:
- File compile_rules_graph.py — part of check-in [3a5a4d302e] at 2018-06-27 07:43:53 on branch rg — [core][build] nTokenOffset necessary for text processor functions (user: olr, size: 15889) [annotate] [blame] [check-ins using] [more...]
︙ | |||
377 378 379 380 381 382 383 | 377 378 379 380 381 382 383 384 385 386 387 388 389 | - - | if False: print("\nActions:") for sActionName, aAction in dACTIONS.items(): print(sActionName, aAction) print("\nFunctions:") print(sPyCallables) |