{"id":19463897,"url":"https://github.com/kasworld/nonkey","last_synced_at":"2026-06-19T05:31:57.370Z","repository":{"id":54599160,"uuid":"329531758","full_name":"kasworld/nonkey","owner":"kasworld","description":"customized monkey interpreter ","archived":false,"fork":false,"pushed_at":"2021-01-20T06:36:33.000Z","size":382,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-24T12:04:17.230Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kasworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-14T06:51:06.000Z","updated_at":"2022-08-08T11:46:38.000Z","dependencies_parsed_at":"2022-08-13T20:50:53.899Z","dependency_job_id":null,"html_url":"https://github.com/kasworld/nonkey","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/kasworld/nonkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fnonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fnonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fnonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fnonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasworld","download_url":"https://codeload.github.com/kasworld/nonkey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasworld%2Fnonkey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T18:12:35.161Z","updated_at":"2026-06-19T05:31:57.355Z","avatar_url":"https://github.com/kasworld.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nonkey\ncustomized monkey interpreter \n\nfrom https://github.com/skx/monkey/\n\nfrom https://interpreterbook.com/\n\n## changed \n\nchanged to typed enum by genenum (https://github.com/kasworld/genenum)\n\n    tokentype\n    objecttype\n    precedence\n\nchange builtin function init \n\n    interpreter/evaluator/builtin_init.go\n\nchange parse function init \n\n    interpreter/parser/parser.go \n\n    prefixParseFns\n    infixParseFns\n    postfixParseFns\n\nadd repl from waig_code\n\nadd runmon for runfile, runstring with env \n\nupdate nonkey, run 1 line ,run file, repl\n\nadd autoload arg\n\nadd global data package builtinfunctions, pragmas\n\nchange some map to slice for performance\n\n    interpreter/parser/parser.go\n\n    prefixParseFns\n    infixParseFns\n    postfixParseFns\n\n    enum/tokentype/attrib.go\n\n    Token2Precedences\n\nadd \"I\" to interface name\n\nsplit asti interface package \n\nchange version handle (use https://github.com/kasworld/version)\n\nupdate build script\n\nupdate build version, args handle\n\nadd tokentype.attrib\n\nchange switch by operator string to tokentype\n\nadd NodeI(token.Token) to object.Error for source code line, posinline\n\n## TODO\n\nreplace ';' with '\\n' or '\\r'\n\ndel method call (tokentype PERIOD .) implement incomplete \n\n    If the implementation is hard to explain, it's a bad idea.\n\ndel redundant function define (tokentype DEFINE_FUNCTION function) \n\n    There should be one--and preferably only one--obvious way to do it.\n\ndel redundant ternary operator( tokentype QUESTION  \"? :\"  )\n\ndel indentifier composite char ( ? . %  ) \n\nidentifier start char must letter and _ , not digit, following letter,_ and digit\n\nchange \"for\" keyword to \"while\"\n\n\n## bug to fix \n\nmethod call act oddly","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasworld%2Fnonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasworld%2Fnonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasworld%2Fnonkey/lists"}