IncludeCPP 3.7.14__tar.gz → 3.7.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {includecpp-3.7.14 → includecpp-3.7.15}/IncludeCPP.egg-info/PKG-INFO +2 -2
- {includecpp-3.7.14 → includecpp-3.7.15}/PKG-INFO +2 -2
- {includecpp-3.7.14 → includecpp-3.7.15}/README.md +1 -1
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/__init__.py +1 -1
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/__init__.pyi +2 -2
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/__init__.py +1 -1
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_builtins.py +3 -3
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_parser.py +1 -1
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_syntax.py +7 -7
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_types.py +1 -1
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/package.json +3 -4
- {includecpp-3.7.14 → includecpp-3.7.15}/pyproject.toml +1 -1
- {includecpp-3.7.14 → includecpp-3.7.15}/IncludeCPP.egg-info/SOURCES.txt +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/IncludeCPP.egg-info/dependency_links.txt +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/IncludeCPP.egg-info/entry_points.txt +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/IncludeCPP.egg-info/requires.txt +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/IncludeCPP.egg-info/top_level.txt +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/LICENSE +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/MANIFEST.in +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/__main__.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/cli/__init__.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/cli/commands.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/cli/config_parser.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/__init__.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/ai_integration.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/build_manager.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cpp_api.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cpp_api.pyi +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cppy_converter.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/CSSL_DOCUMENTATION.md +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_builtins.pyi +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_events.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_modules.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl/cssl_runtime.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl_bridge.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/cssl_bridge.pyi +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/error_catalog.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/error_formatter.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/exceptions.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/path_discovery.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/project_ui.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/core/settings_ui.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/generator/__init__.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/generator/parser.cpp +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/generator/parser.h +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/generator/type_resolver.cpp +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/generator/type_resolver.h +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/py.typed +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/templates/cpp.proj.template +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/__init__.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/__init__.py +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/images/cssl.png +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/images/cssl_pl.png +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/language-configuration.json +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/snippets/cssl.snippets.json +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/requirements.txt +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/setup.cfg +0 -0
- {includecpp-3.7.14 → includecpp-3.7.15}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: IncludeCPP
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.15
|
|
4
4
|
Summary: Professional C++ Python bindings with type-generic templates, pystubs and native threading
|
|
5
5
|
Home-page: https://github.com/liliassg/IncludeCPP
|
|
6
6
|
Author: Lilias Hatterscheidt
|
|
@@ -623,7 +623,7 @@ Then check **"Enable Experimental Features"** and save.
|
|
|
623
623
|
|
|
624
624
|
Use at your own discretion. Report issues at: https://github.com/liliassg/IncludeCPP/issues
|
|
625
625
|
|
|
626
|
-
# CSSL -
|
|
626
|
+
# CSSL - C-Style Scripting Language
|
|
627
627
|
|
|
628
628
|
IncludeCPP includes CSSL, a scripting language with advanced data manipulation features.
|
|
629
629
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: IncludeCPP
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.15
|
|
4
4
|
Summary: Professional C++ Python bindings with type-generic templates, pystubs and native threading
|
|
5
5
|
Home-page: https://github.com/liliassg/IncludeCPP
|
|
6
6
|
Author: Lilias Hatterscheidt
|
|
@@ -623,7 +623,7 @@ Then check **"Enable Experimental Features"** and save.
|
|
|
623
623
|
|
|
624
624
|
Use at your own discretion. Report issues at: https://github.com/liliassg/IncludeCPP/issues
|
|
625
625
|
|
|
626
|
-
# CSSL -
|
|
626
|
+
# CSSL - C-Style Scripting Language
|
|
627
627
|
|
|
628
628
|
IncludeCPP includes CSSL, a scripting language with advanced data manipulation features.
|
|
629
629
|
|
|
@@ -589,7 +589,7 @@ Then check **"Enable Experimental Features"** and save.
|
|
|
589
589
|
|
|
590
590
|
Use at your own discretion. Report issues at: https://github.com/liliassg/IncludeCPP/issues
|
|
591
591
|
|
|
592
|
-
# CSSL -
|
|
592
|
+
# CSSL - C-Style Scripting Language
|
|
593
593
|
|
|
594
594
|
IncludeCPP includes CSSL, a scripting language with advanced data manipulation features.
|
|
595
595
|
|
|
@@ -13,7 +13,7 @@ except ImportError:
|
|
|
13
13
|
pass # Generated during rebuild
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
# ========== CSSL Module
|
|
16
|
+
# ========== CSSL Module ==========
|
|
17
17
|
class _CSSLModule:
|
|
18
18
|
"""CSSL callable module created via CSSL.module()"""
|
|
19
19
|
def __call__(self, *args: Any) -> Any:
|
|
@@ -139,7 +139,7 @@ class _CSSLBridge:
|
|
|
139
139
|
...
|
|
140
140
|
|
|
141
141
|
|
|
142
|
-
# CSSL module instance
|
|
142
|
+
# CSSL module instance
|
|
143
143
|
CSSL: _CSSLBridge
|
|
144
144
|
|
|
145
145
|
__version__: str
|
|
@@ -1680,7 +1680,7 @@ class CSSLBuiltins:
|
|
|
1680
1680
|
|
|
1681
1681
|
def builtin_cso_root(self, path: str = "") -> str:
|
|
1682
1682
|
"""
|
|
1683
|
-
Get absolute path relative to
|
|
1683
|
+
Get absolute path relative to project root directory
|
|
1684
1684
|
Usage: cso_root('/services/myservice.cssl')
|
|
1685
1685
|
Returns: Full absolute path to the file
|
|
1686
1686
|
"""
|
|
@@ -1729,7 +1729,7 @@ class CSSLBuiltins:
|
|
|
1729
1729
|
if os.path.exists(cwd_path):
|
|
1730
1730
|
filepath = cwd_path
|
|
1731
1731
|
else:
|
|
1732
|
-
# Fall back to cso_root for
|
|
1732
|
+
# Fall back to cso_root for service context
|
|
1733
1733
|
filepath = self.builtin_cso_root(filepath)
|
|
1734
1734
|
|
|
1735
1735
|
# Check file exists
|
|
@@ -1923,7 +1923,7 @@ class CSSLBuiltins:
|
|
|
1923
1923
|
if os.path.exists(cwd_path):
|
|
1924
1924
|
filepath = cwd_path
|
|
1925
1925
|
else:
|
|
1926
|
-
# Fall back to cso_root for
|
|
1926
|
+
# Fall back to cso_root for service context
|
|
1927
1927
|
filepath = self.builtin_cso_root(filepath)
|
|
1928
1928
|
|
|
1929
1929
|
# Check file exists
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
CSSL Syntax Highlighting
|
|
3
3
|
|
|
4
|
-
Provides syntax highlighting for CSSL
|
|
4
|
+
Provides syntax highlighting for CSSL code.
|
|
5
5
|
Can be used with:
|
|
6
6
|
- PyQt5/6 QSyntaxHighlighter
|
|
7
7
|
- VSCode/TextMate grammar export
|
|
@@ -216,8 +216,8 @@ class CSSLSyntaxRules:
|
|
|
216
216
|
class ColorScheme:
|
|
217
217
|
"""Color scheme for syntax highlighting"""
|
|
218
218
|
|
|
219
|
-
#
|
|
220
|
-
|
|
219
|
+
# CSSL Theme (Orange accent, dark background)
|
|
220
|
+
CSSL_THEME = {
|
|
221
221
|
TokenCategory.KEYWORD: '#508cff', # Blue
|
|
222
222
|
TokenCategory.BUILTIN: '#ff8c00', # Orange
|
|
223
223
|
TokenCategory.OPERATOR: '#c8c8d2', # Light gray
|
|
@@ -261,13 +261,13 @@ def highlight_cssl(source: str, scheme: Dict[TokenCategory, str] = None) -> List
|
|
|
261
261
|
|
|
262
262
|
Args:
|
|
263
263
|
source: CSSL source code
|
|
264
|
-
scheme: Color scheme dict (defaults to
|
|
264
|
+
scheme: Color scheme dict (defaults to CSSL_THEME)
|
|
265
265
|
|
|
266
266
|
Returns:
|
|
267
267
|
List of (start, end, color, category) tuples
|
|
268
268
|
"""
|
|
269
269
|
if scheme is None:
|
|
270
|
-
scheme = ColorScheme.
|
|
270
|
+
scheme = ColorScheme.CSSL_THEME
|
|
271
271
|
|
|
272
272
|
highlights = []
|
|
273
273
|
rules = CSSLSyntaxRules.get_rules()
|
|
@@ -337,7 +337,7 @@ def highlight_cssl_ansi(source: str) -> str:
|
|
|
337
337
|
}
|
|
338
338
|
RESET = '\033[0m'
|
|
339
339
|
|
|
340
|
-
highlights = highlight_cssl(source, ColorScheme.
|
|
340
|
+
highlights = highlight_cssl(source, ColorScheme.CSSL_THEME)
|
|
341
341
|
|
|
342
342
|
# Build highlighted string
|
|
343
343
|
result = []
|
|
@@ -388,7 +388,7 @@ def get_pyqt_highlighter():
|
|
|
388
388
|
|
|
389
389
|
def _setup_rules(self):
|
|
390
390
|
"""Setup highlighting rules"""
|
|
391
|
-
scheme = ColorScheme.
|
|
391
|
+
scheme = ColorScheme.CSSL_THEME
|
|
392
392
|
|
|
393
393
|
for rule in CSSLSyntaxRules.get_rules():
|
|
394
394
|
fmt = QTextCharFormat()
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cssl",
|
|
3
|
-
"displayName": "CSSL
|
|
3
|
+
"displayName": "CSSL Language",
|
|
4
4
|
"description": "Professional syntax highlighting, snippets, and language support for CSSL scripts (.cssl, .cssl-pl, .cssl-mod)",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.3",
|
|
6
6
|
"publisher": "IncludeCPP",
|
|
7
7
|
"icon": "images/cssl.png",
|
|
8
8
|
"engines": {
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
],
|
|
15
15
|
"keywords": [
|
|
16
16
|
"cssl",
|
|
17
|
-
"cso",
|
|
18
17
|
"script",
|
|
19
18
|
"includecpp",
|
|
20
19
|
"c++",
|
|
@@ -24,7 +23,7 @@
|
|
|
24
23
|
"languages": [
|
|
25
24
|
{
|
|
26
25
|
"id": "cssl",
|
|
27
|
-
"aliases": ["CSSL", "cssl"
|
|
26
|
+
"aliases": ["CSSL", "cssl"],
|
|
28
27
|
"extensions": [".cssl"],
|
|
29
28
|
"configuration": "./language-configuration.json",
|
|
30
29
|
"icon": {
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "IncludeCPP"
|
|
7
|
-
version = "3.7.
|
|
7
|
+
version = "3.7.15"
|
|
8
8
|
description = "Professional C++ Python bindings with type-generic templates, pystubs and native threading"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{includecpp-3.7.14 → includecpp-3.7.15}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|