scrall 0.9.0__py3-none-any.whl → 0.9.1__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.

Potentially problematic release.


This version of scrall might be problematic. Click here for more details.

scrall/__init__.py CHANGED
@@ -1 +1 @@
1
- version = "0.9.0"
1
+ version = "0.9.1"
scrall/parse/scrall.peg CHANGED
@@ -1,5 +1,5 @@
1
1
  activity = LINEWRAP* execution_unit* EOF
2
- execution_unit = LINEWRAP* statement_set sequence_token? LINEWRAP+
2
+ execution_unit = LINEWRAP* statement_set sequence_token? (SP+ / LINEWRAP*)
3
3
  statement_set = SP* sequenced_statement_set / component_statement_set
4
4
  sequenced_statement_set = sequence_token* (block / statement)
5
5
  component_statement_set = block / LINEWRAP* statement
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scrall
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Summary: Starr's Concise Relational Action Language - For Shlaer-Mellor Executable UML
5
5
  Author-email: Leon Starr <leon_starr@modelint.com>
6
6
  License: MIT License
@@ -1,14 +1,14 @@
1
- scrall/__init__.py,sha256=7ni7W7n5UEJnErcvudsBga_b_MSjSl1fksPZ58_N4Xk,17
1
+ scrall/__init__.py,sha256=-03Och_Pzf6cWk1Ut8JJEFwdVDofMXb9dgjw0h70Cz0,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=uh222Q45owKypYLaX4pCwQjh-pYnkiUAJ3UfsipGw4A,7840
7
+ scrall/parse/scrall.peg,sha256=pFfexd7eqb0AgGXYVUGU0XCVZBQ4_e5qjsjAwXiaqP0,7848
8
8
  scrall/parse/visitor.py,sha256=r0Gl8TCcVlRYVqJi26hJYFkAhtQ4TuESP4sr7AQ0lTM,57432
9
- scrall-0.9.0.dist-info/licenses/LICENSE,sha256=kL0xVrwl2i3Pk9mQXAVAPANCTaLGGOsoXgvqW7TBs20,1072
10
- scrall-0.9.0.dist-info/METADATA,sha256=5h7itXy8FWAgcOPg7SIRaZftnaxEwu_AFEzbuZB8Jvc,7208
11
- scrall-0.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- scrall-0.9.0.dist-info/entry_points.txt,sha256=2fHG6VXtqSTEZXadsBe7XCFaLm4t3V1pFuqzgWWjBgA,48
13
- scrall-0.9.0.dist-info/top_level.txt,sha256=SWvpMyNNJlrMWpSsK5RUL40ivQxQpKPbL86VrvNIUAE,7
14
- scrall-0.9.0.dist-info/RECORD,,
9
+ scrall-0.9.1.dist-info/licenses/LICENSE,sha256=kL0xVrwl2i3Pk9mQXAVAPANCTaLGGOsoXgvqW7TBs20,1072
10
+ scrall-0.9.1.dist-info/METADATA,sha256=k665zGZRiFcnjA0zaQLg8y2j3TjkJIDBjkZt_zoRUdc,7208
11
+ scrall-0.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ scrall-0.9.1.dist-info/entry_points.txt,sha256=2fHG6VXtqSTEZXadsBe7XCFaLm4t3V1pFuqzgWWjBgA,48
13
+ scrall-0.9.1.dist-info/top_level.txt,sha256=SWvpMyNNJlrMWpSsK5RUL40ivQxQpKPbL86VrvNIUAE,7
14
+ scrall-0.9.1.dist-info/RECORD,,
File without changes