Browse Source

hackily escape __b to deal with haxe.Utf8 issue

Simon Krajewski 11 năm trước cách đây
mục cha
commit
ec7f62a8b5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      genpy.ml

+ 1 - 0
genpy.ml

@@ -154,6 +154,7 @@ module KeywordHandler = struct
 			"and"; "as"; "assert"; "break"; "class"; "continue"; "def"; "del"; "elif"; "else"; "except"; "exec"; "finally"; "for";
 			"from"; "global"; "if"; "import"; "in"; "is"; "lambda"; "not"; "or"; "pass"; "print";" raise"; "return"; "try"; "while";
 			"with"; "yield"; "float"; "None"
+			;"__b" (* TODO: hack to deal with haxe.Utf8 error *)
 		];
 		h