const char krk_builtinsSrc[] = "# Please avoid using double quotes or escape sequences\n" "# in this file to allow it to be easily converted to C.\n" "class dict():\n" " 'Hashmap of arbitrary keys to arbitrary values.'\n" " def keys(self):\n" " 'Returns an iterable of the keys in this dictionary.'\n" " class KeyIterator():\n" " def __init__(self,t):\n" " self.t=t\n" " def __iter__(self):\n" " let i=0\n" " let c=self.t.capacity()\n" " def _():\n" " let o=(False,None)\n" " while not o[0] and i. Type `license()` for more information.'\n" "\n" "let license = LicenseReader()\n" "\n" "__builtins__.dict = dict\n" "__builtins__.help = help\n" "__builtins__.license = license\n" "\n" "# this works because `kuroko` is always a built-in\n" "import kuroko\n" "kuroko.module_paths = ['./','./modules/','/usr/local/lib/kuroko/']\n" "\n" "return object()\n" ;