瀏覽代碼

hackily escape __b to deal with haxe.Utf8 issue

Simon Krajewski 11 年之前
父節點
當前提交
ec7f62a8b5
共有 1 個文件被更改,包括 1 次插入0 次删除
  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