{"id":13780463,"url":"https://github.com/oguzalb/Fayton","last_synced_at":"2025-05-11T13:32:22.558Z","repository":{"id":36257728,"uuid":"40562148","full_name":"oguzalb/Fayton","owner":"oguzalb","description":"A minimalistic python interpreter written in c, just to see where i can get to :)","archived":false,"fork":false,"pushed_at":"2015-09-15T10:43:44.000Z","size":582,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-03T18:15:07.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oguzalb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T19:55:35.000Z","updated_at":"2024-01-13T23:54:10.000Z","dependencies_parsed_at":"2022-09-04T12:40:15.874Z","dependency_job_id":null,"html_url":"https://github.com/oguzalb/Fayton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzalb%2FFayton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzalb%2FFayton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzalb%2FFayton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oguzalb%2FFayton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oguzalb","download_url":"https://codeload.github.com/oguzalb/Fayton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056826,"owners_count":17414217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-08-03T18:01:15.986Z","updated_at":"2024-11-17T15:31:13.721Z","avatar_url":"https://github.com/oguzalb.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Fayton\nA minimalistic python interpreter written in c, just to see where i can get to :)\n\nCurrently in a very initial version with mem leaks all over the place since i don't care for now\n\nThings that -barely- work can be seen inside test_interpret.c and under tests/ directory\n\nNeeds glib-dev and readline library installed\n\nmake all and everything is compiled\n\nThings can be tried using repl.out\n\nClasses and inheritance: implemented\n\nExceptions: implemented\n\nGarbage collection: not implemented\n\nlist: implemented mostly\n\ndictionary: half implemented\n\nint: infinite numbers not implemented, rest of the functionality is mostly implemented\n\nstr: format does not accept tuple since tuples are not implemented, rest is working\n\nmagic functions: infrastructure and most important ones implemented\n\nfunctions: working\n\nclosures: working\n\nkwargs: working\n\ngenerators: working but not stable, exceptions will be covered\n\nfor loop: working\n\nwhile loop: working\n\narithmetic and tests: mostly working, 1 \u003c a \u003c 3 style does not work yet\n\nlist comprehensions: not implemented\n\nmetaclasses: not implemented\n\nthreads: added poc, but does not have concurrency checks, this is the last work that will be done\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzalb%2FFayton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foguzalb%2FFayton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foguzalb%2FFayton/lists"}