Overview
Comment: | [core][py] add echo to gc_engine_func.py |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | core | gcerw |
Files: | files | file ages | folders |
SHA3-256: |
e9d7f69946713d2fdeacabecfbeb1bc1 |
User & Date: | olr on 2020-04-06 19:12:33 |
Other Links: | branch diff | manifest | tags |
Context
2020-04-06
| ||
20:01 | [core][js] gc engine: code rewriting check-in: 42fa8f123a user: olr tags: core, gcerw | |
19:12 | [core][py] add echo to gc_engine_func.py check-in: e9d7f69946 user: olr tags: core, gcerw | |
18:24 | [core][py] remove lexicographer from gc engine check-in: e1254b8ae2 user: olr tags: core, gcerw | |
Changes
Modified gc_core/py/lang_core/gc_engine_func.py from [42827fa728] to [059237a0d9].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + + | """ Grammar checking functions """ # generated code, do not edit # source: gc_core/py/lang_core/gc_engine_func.py import re from . import gc_options from ..graphspell.echo import echo _sAppContext = "Python" # what software is running _oSpellChecker = None def load (sContext, oSpellChecker): global _sAppContext |
︙ |