IncludeCPP 3.7.11__tar.gz → 3.7.13__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.
Files changed (59) hide show
  1. {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/PKG-INFO +1 -1
  2. {includecpp-3.7.11 → includecpp-3.7.13}/PKG-INFO +1 -1
  3. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/__init__.py +1 -1
  4. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/package.json +21 -2
  5. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +26 -28
  6. {includecpp-3.7.11 → includecpp-3.7.13}/pyproject.toml +1 -1
  7. {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/SOURCES.txt +0 -0
  8. {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/dependency_links.txt +0 -0
  9. {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/entry_points.txt +0 -0
  10. {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/requires.txt +0 -0
  11. {includecpp-3.7.11 → includecpp-3.7.13}/IncludeCPP.egg-info/top_level.txt +0 -0
  12. {includecpp-3.7.11 → includecpp-3.7.13}/LICENSE +0 -0
  13. {includecpp-3.7.11 → includecpp-3.7.13}/MANIFEST.in +0 -0
  14. {includecpp-3.7.11 → includecpp-3.7.13}/README.md +0 -0
  15. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/__init__.pyi +0 -0
  16. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/__main__.py +0 -0
  17. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/cli/__init__.py +0 -0
  18. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/cli/commands.py +0 -0
  19. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/cli/config_parser.py +0 -0
  20. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/__init__.py +0 -0
  21. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/ai_integration.py +0 -0
  22. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/build_manager.py +0 -0
  23. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cpp_api.py +0 -0
  24. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cpp_api.pyi +0 -0
  25. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cppy_converter.py +0 -0
  26. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/CSSL_DOCUMENTATION.md +0 -0
  27. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/__init__.py +0 -0
  28. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_builtins.py +0 -0
  29. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_builtins.pyi +0 -0
  30. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_events.py +0 -0
  31. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_modules.py +0 -0
  32. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_parser.py +0 -0
  33. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_runtime.py +0 -0
  34. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_syntax.py +0 -0
  35. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl/cssl_types.py +0 -0
  36. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl_bridge.py +0 -0
  37. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/cssl_bridge.pyi +0 -0
  38. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/error_catalog.py +0 -0
  39. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/error_formatter.py +0 -0
  40. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/exceptions.py +0 -0
  41. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/path_discovery.py +0 -0
  42. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/project_ui.py +0 -0
  43. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/core/settings_ui.py +0 -0
  44. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/__init__.py +0 -0
  45. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/parser.cpp +0 -0
  46. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/parser.h +0 -0
  47. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/type_resolver.cpp +0 -0
  48. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/generator/type_resolver.h +0 -0
  49. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/py.typed +0 -0
  50. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/templates/cpp.proj.template +0 -0
  51. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/__init__.py +0 -0
  52. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/__init__.py +0 -0
  53. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/images/cssl.png +0 -0
  54. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/images/cssl_pl.png +0 -0
  55. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/language-configuration.json +0 -0
  56. {includecpp-3.7.11 → includecpp-3.7.13}/includecpp/vscode/cssl/snippets/cssl.snippets.json +0 -0
  57. {includecpp-3.7.11 → includecpp-3.7.13}/requirements.txt +0 -0
  58. {includecpp-3.7.11 → includecpp-3.7.13}/setup.cfg +0 -0
  59. {includecpp-3.7.11 → includecpp-3.7.13}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: IncludeCPP
3
- Version: 3.7.11
3
+ Version: 3.7.13
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: IncludeCPP
3
- Version: 3.7.11
3
+ Version: 3.7.13
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
@@ -2,7 +2,7 @@ from .core.cpp_api import CppApi
2
2
  from .core import cssl_bridge as CSSL
3
3
  import warnings
4
4
 
5
- __version__ = "3.7.11"
5
+ __version__ = "3.7.13"
6
6
  __all__ = ["CppApi", "CSSL"]
7
7
 
8
8
  # Module-level cache for C++ modules
@@ -2,7 +2,7 @@
2
2
  "name": "cssl",
3
3
  "displayName": "CSSL - CSO Service Script Language",
4
4
  "description": "Professional syntax highlighting, snippets, and language support for CSSL scripts (.cssl, .cssl-pl, .cssl-mod)",
5
- "version": "1.2.0",
5
+ "version": "1.2.2",
6
6
  "publisher": "IncludeCPP",
7
7
  "icon": "images/cssl.png",
8
8
  "engines": {
@@ -25,13 +25,23 @@
25
25
  {
26
26
  "id": "cssl",
27
27
  "aliases": ["CSSL", "cssl", "CSO Service Script"],
28
- "extensions": [".cssl", ".cssl-mod"],
28
+ "extensions": [".cssl"],
29
29
  "configuration": "./language-configuration.json",
30
30
  "icon": {
31
31
  "light": "./images/cssl.png",
32
32
  "dark": "./images/cssl.png"
33
33
  }
34
34
  },
35
+ {
36
+ "id": "cssl-mod",
37
+ "aliases": ["CSSL Module", "cssl-mod"],
38
+ "extensions": [".cssl-mod"],
39
+ "configuration": "./language-configuration.json",
40
+ "icon": {
41
+ "light": "./images/cssl_pl.png",
42
+ "dark": "./images/cssl_pl.png"
43
+ }
44
+ },
35
45
  {
36
46
  "id": "cssl-pl",
37
47
  "aliases": ["CSSL Payload", "cssl-pl"],
@@ -49,6 +59,11 @@
49
59
  "scopeName": "source.cssl",
50
60
  "path": "./syntaxes/cssl.tmLanguage.json"
51
61
  },
62
+ {
63
+ "language": "cssl-mod",
64
+ "scopeName": "source.cssl",
65
+ "path": "./syntaxes/cssl.tmLanguage.json"
66
+ },
52
67
  {
53
68
  "language": "cssl-pl",
54
69
  "scopeName": "source.cssl",
@@ -60,6 +75,10 @@
60
75
  "language": "cssl",
61
76
  "path": "./snippets/cssl.snippets.json"
62
77
  },
78
+ {
79
+ "language": "cssl-mod",
80
+ "path": "./snippets/cssl.snippets.json"
81
+ },
63
82
  {
64
83
  "language": "cssl-pl",
65
84
  "path": "./snippets/cssl.snippets.json"
@@ -27,7 +27,8 @@
27
27
  { "include": "#function-calls" },
28
28
  { "include": "#builtins" },
29
29
  { "include": "#operators" },
30
- { "include": "#constants" }
30
+ { "include": "#constants" },
31
+ { "include": "#variables" }
31
32
  ],
32
33
  "repository": {
33
34
  "super-functions": {
@@ -356,11 +357,11 @@
356
357
  "captured-references": {
357
358
  "patterns": [
358
359
  {
359
- "comment": "%identifier - % is light blue, identifier is normal",
360
+ "comment": "%identifier - % is light blue/cyan, identifier is pink",
360
361
  "match": "(%)([a-zA-Z_][a-zA-Z0-9_]*)",
361
362
  "captures": {
362
- "1": { "name": "support.function.captured-prefix.cssl" },
363
- "2": { "name": "variable.other.captured.cssl" }
363
+ "1": { "name": "support.type.cssl" },
364
+ "2": { "name": "entity.other.inherited-class.cssl" }
364
365
  }
365
366
  }
366
367
  ]
@@ -368,40 +369,37 @@
368
369
  "global-references": {
369
370
  "patterns": [
370
371
  {
371
- "comment": "@identifier - magenta color for global references",
372
- "match": "(@)([a-zA-Z_][a-zA-Z0-9_]*)",
373
- "captures": {
374
- "1": { "name": "constant.other.symbol.global-prefix.cssl" },
375
- "2": { "name": "constant.other.symbol.global.cssl" }
376
- }
372
+ "comment": "@identifier - magenta color (full)",
373
+ "name": "constant.other.symbol.cssl",
374
+ "match": "@[a-zA-Z_][a-zA-Z0-9_]*"
377
375
  },
378
376
  {
379
- "comment": "r@identifier - read global reference",
380
- "match": "(r@)([a-zA-Z_][a-zA-Z0-9_]*)",
381
- "captures": {
382
- "1": { "name": "constant.other.symbol.global-prefix.cssl" },
383
- "2": { "name": "constant.other.symbol.global.cssl" }
384
- }
377
+ "comment": "r@identifier - magenta color",
378
+ "name": "constant.other.symbol.cssl",
379
+ "match": "r@[a-zA-Z_][a-zA-Z0-9_]*"
385
380
  },
386
381
  {
387
- "comment": "s@identifier - self reference",
388
- "match": "(s@)([a-zA-Z_][a-zA-Z0-9_]*)",
389
- "captures": {
390
- "1": { "name": "constant.other.symbol.global-prefix.cssl" },
391
- "2": { "name": "constant.other.symbol.global.cssl" }
392
- }
382
+ "comment": "s@identifier - magenta color",
383
+ "name": "constant.other.symbol.cssl",
384
+ "match": "s@[a-zA-Z_][a-zA-Z0-9_]*"
393
385
  }
394
386
  ]
395
387
  },
396
388
  "shared-references": {
397
389
  "patterns": [
398
390
  {
399
- "comment": "$identifier - same color as 'new' keyword",
400
- "match": "(\\$)([a-zA-Z_][a-zA-Z0-9_]*)",
401
- "captures": {
402
- "1": { "name": "keyword.operator.new.shared-prefix.cssl" },
403
- "2": { "name": "keyword.operator.new.shared.cssl" }
404
- }
391
+ "comment": "$identifier - same color as 'new' keyword (full)",
392
+ "name": "keyword.operator.new.cssl",
393
+ "match": "\\$[a-zA-Z_][a-zA-Z0-9_]*"
394
+ }
395
+ ]
396
+ },
397
+ "variables": {
398
+ "patterns": [
399
+ {
400
+ "comment": "Regular variables - pink/salmon color",
401
+ "name": "entity.other.inherited-class.cssl",
402
+ "match": "\\b[a-z_][a-zA-Z0-9_]*\\b"
405
403
  }
406
404
  ]
407
405
  },
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "IncludeCPP"
7
- version = "3.7.11"
7
+ version = "3.7.13"
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