Differences From Artifact [da32688995]:
- File gc_core/py/lang_core/gc_functions.py — part of check-in [0b126eb254] at 2020-08-19 15:11:44 on branch trunk — [core][py] code clarification: separate specific inner functions from gc engine core (user: olr, size: 14294) [annotate] [blame] [check-ins using]
To Artifact [1dce18157c]:
- File gc_core/py/lang_core/gc_functions.py — part of check-in [e4fab36fc5] at 2020-11-25 21:26:13 on branch trunk — [core][build][fr] rename functions (user: olr, size: 14287) [annotate] [blame] [check-ins using]
︙ | |||
91 92 93 94 95 96 97 | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - + | return False return morph(dTokenPos, (nPos, sWord), sPatternGroup1, sNegPatternGroup1) #### Analyse groups for regex rules |
︙ |