IncludeCPP 3.7.10__tar.gz → 3.7.12__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.10 → includecpp-3.7.12}/IncludeCPP.egg-info/PKG-INFO +1 -1
- {includecpp-3.7.10 → includecpp-3.7.12}/IncludeCPP.egg-info/SOURCES.txt +4 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/PKG-INFO +1 -1
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/__init__.py +1 -1
- includecpp-3.7.12/includecpp/vscode/cssl/images/cssl.png +0 -0
- includecpp-3.7.12/includecpp/vscode/cssl/images/cssl_pl.png +0 -0
- includecpp-3.7.12/includecpp/vscode/cssl/package.json +88 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json +38 -15
- {includecpp-3.7.10 → includecpp-3.7.12}/pyproject.toml +3 -2
- includecpp-3.7.10/includecpp/vscode/cssl/package.json +0 -50
- {includecpp-3.7.10 → includecpp-3.7.12}/IncludeCPP.egg-info/dependency_links.txt +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/IncludeCPP.egg-info/entry_points.txt +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/IncludeCPP.egg-info/requires.txt +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/IncludeCPP.egg-info/top_level.txt +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/LICENSE +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/MANIFEST.in +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/README.md +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/__init__.pyi +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/__main__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/cli/__init__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/cli/commands.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/cli/config_parser.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/__init__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/ai_integration.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/build_manager.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cpp_api.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cpp_api.pyi +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cppy_converter.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/CSSL_DOCUMENTATION.md +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/__init__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_builtins.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_builtins.pyi +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_events.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_modules.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_parser.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_runtime.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_syntax.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl/cssl_types.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl_bridge.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/cssl_bridge.pyi +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/error_catalog.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/error_formatter.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/exceptions.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/path_discovery.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/project_ui.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/core/settings_ui.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/generator/__init__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/generator/parser.cpp +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/generator/parser.h +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/generator/type_resolver.cpp +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/generator/type_resolver.h +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/py.typed +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/templates/cpp.proj.template +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/vscode/__init__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/vscode/cssl/__init__.py +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/vscode/cssl/language-configuration.json +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/includecpp/vscode/cssl/snippets/cssl.snippets.json +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/requirements.txt +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/setup.cfg +0 -0
- {includecpp-3.7.10 → includecpp-3.7.12}/setup.py +0 -0
|
@@ -45,6 +45,8 @@ setup.py
|
|
|
45
45
|
./includecpp/vscode/cssl/__init__.py
|
|
46
46
|
./includecpp/vscode/cssl/language-configuration.json
|
|
47
47
|
./includecpp/vscode/cssl/package.json
|
|
48
|
+
./includecpp/vscode/cssl/images/cssl.png
|
|
49
|
+
./includecpp/vscode/cssl/images/cssl_pl.png
|
|
48
50
|
./includecpp/vscode/cssl/snippets/cssl.snippets.json
|
|
49
51
|
./includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json
|
|
50
52
|
IncludeCPP.egg-info/PKG-INFO
|
|
@@ -94,5 +96,7 @@ includecpp/vscode/__init__.py
|
|
|
94
96
|
includecpp/vscode/cssl/__init__.py
|
|
95
97
|
includecpp/vscode/cssl/language-configuration.json
|
|
96
98
|
includecpp/vscode/cssl/package.json
|
|
99
|
+
includecpp/vscode/cssl/images/cssl.png
|
|
100
|
+
includecpp/vscode/cssl/images/cssl_pl.png
|
|
97
101
|
includecpp/vscode/cssl/snippets/cssl.snippets.json
|
|
98
102
|
includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "cssl",
|
|
3
|
+
"displayName": "CSSL - CSO Service Script Language",
|
|
4
|
+
"description": "Professional syntax highlighting, snippets, and language support for CSSL scripts (.cssl, .cssl-pl, .cssl-mod)",
|
|
5
|
+
"version": "1.2.1",
|
|
6
|
+
"publisher": "IncludeCPP",
|
|
7
|
+
"icon": "images/cssl.png",
|
|
8
|
+
"engines": {
|
|
9
|
+
"vscode": "^1.60.0"
|
|
10
|
+
},
|
|
11
|
+
"categories": [
|
|
12
|
+
"Programming Languages",
|
|
13
|
+
"Snippets"
|
|
14
|
+
],
|
|
15
|
+
"keywords": [
|
|
16
|
+
"cssl",
|
|
17
|
+
"cso",
|
|
18
|
+
"script",
|
|
19
|
+
"includecpp",
|
|
20
|
+
"c++",
|
|
21
|
+
"python"
|
|
22
|
+
],
|
|
23
|
+
"contributes": {
|
|
24
|
+
"languages": [
|
|
25
|
+
{
|
|
26
|
+
"id": "cssl",
|
|
27
|
+
"aliases": ["CSSL", "cssl", "CSO Service Script"],
|
|
28
|
+
"extensions": [".cssl"],
|
|
29
|
+
"configuration": "./language-configuration.json",
|
|
30
|
+
"icon": {
|
|
31
|
+
"light": "./images/cssl.png",
|
|
32
|
+
"dark": "./images/cssl.png"
|
|
33
|
+
}
|
|
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
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "cssl-pl",
|
|
47
|
+
"aliases": ["CSSL Payload", "cssl-pl"],
|
|
48
|
+
"extensions": [".cssl-pl"],
|
|
49
|
+
"configuration": "./language-configuration.json",
|
|
50
|
+
"icon": {
|
|
51
|
+
"light": "./images/cssl_pl.png",
|
|
52
|
+
"dark": "./images/cssl_pl.png"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"grammars": [
|
|
57
|
+
{
|
|
58
|
+
"language": "cssl",
|
|
59
|
+
"scopeName": "source.cssl",
|
|
60
|
+
"path": "./syntaxes/cssl.tmLanguage.json"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"language": "cssl-mod",
|
|
64
|
+
"scopeName": "source.cssl",
|
|
65
|
+
"path": "./syntaxes/cssl.tmLanguage.json"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"language": "cssl-pl",
|
|
69
|
+
"scopeName": "source.cssl",
|
|
70
|
+
"path": "./syntaxes/cssl.tmLanguage.json"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"snippets": [
|
|
74
|
+
{
|
|
75
|
+
"language": "cssl",
|
|
76
|
+
"path": "./snippets/cssl.snippets.json"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"language": "cssl-mod",
|
|
80
|
+
"path": "./snippets/cssl.snippets.json"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"language": "cssl-pl",
|
|
84
|
+
"path": "./snippets/cssl.snippets.json"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|
{includecpp-3.7.10 → includecpp-3.7.12}/includecpp/vscode/cssl/syntaxes/cssl.tmLanguage.json
RENAMED
|
@@ -27,17 +27,20 @@
|
|
|
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": {
|
|
34
35
|
"patterns": [
|
|
35
36
|
{
|
|
36
|
-
"
|
|
37
|
+
"comment": "#$run, #$exec, #$printl - yellow/gold color",
|
|
38
|
+
"name": "entity.name.tag.super.cssl",
|
|
37
39
|
"match": "#\\$(run|exec|printl|init)\\b"
|
|
38
40
|
},
|
|
39
41
|
{
|
|
40
|
-
"
|
|
42
|
+
"comment": "#$anyFunction - yellow/gold color",
|
|
43
|
+
"name": "entity.name.tag.super.cssl",
|
|
41
44
|
"match": "#\\$[a-zA-Z_][a-zA-Z0-9_]*"
|
|
42
45
|
}
|
|
43
46
|
]
|
|
@@ -122,6 +125,9 @@
|
|
|
122
125
|
{ "include": "#class-member-declaration" },
|
|
123
126
|
{ "include": "#types" },
|
|
124
127
|
{ "include": "#this-access" },
|
|
128
|
+
{ "include": "#captured-references" },
|
|
129
|
+
{ "include": "#global-references" },
|
|
130
|
+
{ "include": "#shared-references" },
|
|
125
131
|
{ "include": "#strings" },
|
|
126
132
|
{ "include": "#numbers" },
|
|
127
133
|
{ "include": "#keywords" },
|
|
@@ -267,23 +273,23 @@
|
|
|
267
273
|
"injection-operators": {
|
|
268
274
|
"patterns": [
|
|
269
275
|
{
|
|
270
|
-
"comment": "Infuse operators <<== (REPLACE) - orange
|
|
271
|
-
"name": "
|
|
276
|
+
"comment": "Infuse operators <<== (REPLACE) - orange color",
|
|
277
|
+
"name": "constant.character.escape.infuse.cssl",
|
|
272
278
|
"match": "(\\+<<==|<<==|-<<==)"
|
|
273
279
|
},
|
|
274
280
|
{
|
|
275
|
-
"comment": "Infuse out operators ==>> - orange
|
|
276
|
-
"name": "
|
|
281
|
+
"comment": "Infuse out operators ==>> - orange color",
|
|
282
|
+
"name": "constant.character.escape.infuse.out.cssl",
|
|
277
283
|
"match": "(==>>\\+|==>>|-==>>)"
|
|
278
284
|
},
|
|
279
285
|
{
|
|
280
286
|
"comment": "Brute injection <== (ADD) - cyan/blue color",
|
|
281
|
-
"name": "support.
|
|
287
|
+
"name": "support.function.brute.cssl",
|
|
282
288
|
"match": "(\\+<==|<==|-<==)"
|
|
283
289
|
},
|
|
284
290
|
{
|
|
285
291
|
"comment": "Brute injection out ==> - cyan/blue color",
|
|
286
|
-
"name": "support.
|
|
292
|
+
"name": "support.function.brute.out.cssl",
|
|
287
293
|
"match": "(==>\\+|==>|-==>)"
|
|
288
294
|
},
|
|
289
295
|
{
|
|
@@ -351,23 +357,30 @@
|
|
|
351
357
|
"captured-references": {
|
|
352
358
|
"patterns": [
|
|
353
359
|
{
|
|
354
|
-
"
|
|
355
|
-
"match": "%[a-zA-Z_][a-zA-Z0-9_]*"
|
|
360
|
+
"comment": "%identifier - % is light blue, identifier is light pink like vars",
|
|
361
|
+
"match": "(%)([a-zA-Z_][a-zA-Z0-9_]*)",
|
|
362
|
+
"captures": {
|
|
363
|
+
"1": { "name": "support.function.prefix.cssl" },
|
|
364
|
+
"2": { "name": "variable.parameter.cssl" }
|
|
365
|
+
}
|
|
356
366
|
}
|
|
357
367
|
]
|
|
358
368
|
},
|
|
359
369
|
"global-references": {
|
|
360
370
|
"patterns": [
|
|
361
371
|
{
|
|
362
|
-
"
|
|
372
|
+
"comment": "@identifier - magenta color (full)",
|
|
373
|
+
"name": "constant.other.symbol.cssl",
|
|
363
374
|
"match": "@[a-zA-Z_][a-zA-Z0-9_]*"
|
|
364
375
|
},
|
|
365
376
|
{
|
|
366
|
-
"
|
|
377
|
+
"comment": "r@identifier - magenta color",
|
|
378
|
+
"name": "constant.other.symbol.cssl",
|
|
367
379
|
"match": "r@[a-zA-Z_][a-zA-Z0-9_]*"
|
|
368
380
|
},
|
|
369
381
|
{
|
|
370
|
-
"
|
|
382
|
+
"comment": "s@identifier - magenta color",
|
|
383
|
+
"name": "constant.other.symbol.cssl",
|
|
371
384
|
"match": "s@[a-zA-Z_][a-zA-Z0-9_]*"
|
|
372
385
|
}
|
|
373
386
|
]
|
|
@@ -375,11 +388,21 @@
|
|
|
375
388
|
"shared-references": {
|
|
376
389
|
"patterns": [
|
|
377
390
|
{
|
|
378
|
-
"
|
|
391
|
+
"comment": "$identifier - same color as 'new' keyword (full)",
|
|
392
|
+
"name": "keyword.operator.new.cssl",
|
|
379
393
|
"match": "\\$[a-zA-Z_][a-zA-Z0-9_]*"
|
|
380
394
|
}
|
|
381
395
|
]
|
|
382
396
|
},
|
|
397
|
+
"variables": {
|
|
398
|
+
"patterns": [
|
|
399
|
+
{
|
|
400
|
+
"comment": "Regular variables - light pink",
|
|
401
|
+
"name": "variable.parameter.cssl",
|
|
402
|
+
"match": "\\b[a-z_][a-zA-Z0-9_]*\\b"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
383
406
|
"instance-references": {
|
|
384
407
|
"patterns": [
|
|
385
408
|
{
|
|
@@ -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.12"
|
|
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"
|
|
@@ -63,5 +63,6 @@ includecpp = [
|
|
|
63
63
|
"cli/*.pyi",
|
|
64
64
|
"vscode/cssl/*.json",
|
|
65
65
|
"vscode/cssl/syntaxes/*.json",
|
|
66
|
-
"vscode/cssl/snippets/*.json"
|
|
66
|
+
"vscode/cssl/snippets/*.json",
|
|
67
|
+
"vscode/cssl/images/*.png"
|
|
67
68
|
]
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cssl",
|
|
3
|
-
"displayName": "CSSL - CSO Service Script Language",
|
|
4
|
-
"description": "Professional syntax highlighting, snippets, and language support for CSSL scripts (.cssl, .cssl-pl, .cssl-mod)",
|
|
5
|
-
"version": "1.1.0",
|
|
6
|
-
"publisher": "IncludeCPP",
|
|
7
|
-
"icon": "images/cssl-icon.png",
|
|
8
|
-
"engines": {
|
|
9
|
-
"vscode": "^1.60.0"
|
|
10
|
-
},
|
|
11
|
-
"categories": [
|
|
12
|
-
"Programming Languages",
|
|
13
|
-
"Snippets"
|
|
14
|
-
],
|
|
15
|
-
"keywords": [
|
|
16
|
-
"cssl",
|
|
17
|
-
"cso",
|
|
18
|
-
"script",
|
|
19
|
-
"includecpp",
|
|
20
|
-
"c++",
|
|
21
|
-
"python"
|
|
22
|
-
],
|
|
23
|
-
"contributes": {
|
|
24
|
-
"languages": [
|
|
25
|
-
{
|
|
26
|
-
"id": "cssl",
|
|
27
|
-
"aliases": ["CSSL", "cssl", "CSO Service Script"],
|
|
28
|
-
"extensions": [".cssl", ".cssl-pl", ".cssl-mod"],
|
|
29
|
-
"configuration": "./language-configuration.json",
|
|
30
|
-
"icon": {
|
|
31
|
-
"light": "./images/cssl-icon.png",
|
|
32
|
-
"dark": "./images/cssl-icon.png"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"grammars": [
|
|
37
|
-
{
|
|
38
|
-
"language": "cssl",
|
|
39
|
-
"scopeName": "source.cssl",
|
|
40
|
-
"path": "./syntaxes/cssl.tmLanguage.json"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"snippets": [
|
|
44
|
-
{
|
|
45
|
-
"language": "cssl",
|
|
46
|
-
"path": "./snippets/cssl.snippets.json"
|
|
47
|
-
}
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
}
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|