scrall 0.9.2__py3-none-any.whl → 0.9.3__py3-none-any.whl
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.
- scrall/__init__.py +1 -1
- scrall/parse/scrall.peg +2 -2
- {scrall-0.9.2.dist-info → scrall-0.9.3.dist-info}/METADATA +1 -1
- {scrall-0.9.2.dist-info → scrall-0.9.3.dist-info}/RECORD +8 -8
- {scrall-0.9.2.dist-info → scrall-0.9.3.dist-info}/WHEEL +0 -0
- {scrall-0.9.2.dist-info → scrall-0.9.3.dist-info}/entry_points.txt +0 -0
- {scrall-0.9.2.dist-info → scrall-0.9.3.dist-info}/licenses/LICENSE +0 -0
- {scrall-0.9.2.dist-info → scrall-0.9.3.dist-info}/top_level.txt +0 -0
scrall/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "0.9.
|
|
1
|
+
version = "0.9.3"
|
scrall/parse/scrall.peg
CHANGED
|
@@ -44,8 +44,8 @@ RENAME = '>>'
|
|
|
44
44
|
|
|
45
45
|
// Decision action
|
|
46
46
|
decision = scalar_expr true_result false_result?
|
|
47
|
-
true_result = DECISION_OP LINEWRAP? SP? component_statement_set
|
|
48
|
-
false_result =
|
|
47
|
+
true_result = DECISION_OP LINEWRAP? SP? component_statement_set SP*
|
|
48
|
+
false_result = FALSE_RESULT_OP LINEWRAP? SP? component_statement_set // Else
|
|
49
49
|
FALSE_RESULT_OP = ':'
|
|
50
50
|
|
|
51
51
|
// Switch action
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
scrall/__init__.py,sha256=
|
|
1
|
+
scrall/__init__.py,sha256=R2eBAQLMzYT-hSL1URsnLLbWL0ueTl9jdRehLHC2vm8,17
|
|
2
2
|
scrall/__main__.py,sha256=H5szTQUuBTrnCngyUv3EFj5eQyPY4j0NKf1q8DgK6E8,2187
|
|
3
3
|
scrall/exceptions.py,sha256=QU4mKLs7_ddGIznhh2HUpjb_PdPlxWZMMY_g0ELenSs,1764
|
|
4
4
|
scrall/log.conf,sha256=tERYKbCp9TgdAVTby6A7gUpnjurJKcX1tyAzG3ATORI,933
|
|
5
5
|
scrall/parse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
scrall/parse/parser.py,sha256=k4SeWMtNzAUtwU_e15frvSL1D5G3RBU_jmLegZbIBnY,5221
|
|
7
|
-
scrall/parse/scrall.peg,sha256=
|
|
7
|
+
scrall/parse/scrall.peg,sha256=nVm5MYrYz5F-KXdyCPpqP8avy7LovPvv7e8JMP_5MBI,7849
|
|
8
8
|
scrall/parse/visitor.py,sha256=BtK3I8tWRuUDTZydeTHnCzw7kdsOCEFDW6Nji5XYcM4,57345
|
|
9
|
-
scrall-0.9.
|
|
10
|
-
scrall-0.9.
|
|
11
|
-
scrall-0.9.
|
|
12
|
-
scrall-0.9.
|
|
13
|
-
scrall-0.9.
|
|
14
|
-
scrall-0.9.
|
|
9
|
+
scrall-0.9.3.dist-info/licenses/LICENSE,sha256=kL0xVrwl2i3Pk9mQXAVAPANCTaLGGOsoXgvqW7TBs20,1072
|
|
10
|
+
scrall-0.9.3.dist-info/METADATA,sha256=KiTMfZfXkYxiv8Z912yLpCt8rlRCxeD2xwMglpiggS8,7208
|
|
11
|
+
scrall-0.9.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
scrall-0.9.3.dist-info/entry_points.txt,sha256=2fHG6VXtqSTEZXadsBe7XCFaLm4t3V1pFuqzgWWjBgA,48
|
|
13
|
+
scrall-0.9.3.dist-info/top_level.txt,sha256=SWvpMyNNJlrMWpSsK5RUL40ivQxQpKPbL86VrvNIUAE,7
|
|
14
|
+
scrall-0.9.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|