This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kivy/lang.py b/kivy/lang.py | |
index 10cdd21..5fa43bc 100644 | |
--- a/kivy/lang.py | |
+++ b/kivy/lang.py | |
@@ -613,6 +613,7 @@ class ParserRule(object): | |
''' | |
__slots__ = ('ctx', 'line', 'name', 'children', 'id', 'properties', | |
+ 'nested_properties', | |
'canvas_before', 'canvas_root', 'canvas_after', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kivy/lang.py b/kivy/lang.py | |
index 10cdd21..5fa43bc 100644 | |
--- a/kivy/lang.py | |
+++ b/kivy/lang.py | |
@@ -613,6 +613,7 @@ class ParserRule(object): | |
''' | |
__slots__ = ('ctx', 'line', 'name', 'children', 'id', 'properties', | |
+ 'nested_properties', | |
'canvas_before', 'canvas_root', 'canvas_after', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set 1 | |
sta result | |
next, lda stdin | |
brz done | |
brp skip | |
neg | |
skip, sta value | |
mlt result | |
sta result | |
lda value |