Explorar o código

hackily escape __b to deal with haxe.Utf8 issue

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
ec7f62a8b5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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