{"id":18658351,"url":"https://github.com/shime/uby_interpreter","last_synced_at":"2025-04-11T19:32:22.707Z","repository":{"id":59158458,"uuid":"10267030","full_name":"shime/uby_interpreter","owner":"shime","description":"Ruby-like interpreter implementation","archived":false,"fork":false,"pushed_at":"2013-05-31T13:44:18.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-03T22:46:26.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/shime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-24T13:34:48.000Z","updated_at":"2019-02-21T21:17:00.000Z","dependencies_parsed_at":"2022-09-13T17:51:04.441Z","dependency_job_id":null,"html_url":"https://github.com/shime/uby_interpreter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fuby_interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fuby_interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fuby_interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shime%2Fuby_interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shime","download_url":"https://codeload.github.com/shime/uby_interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223477177,"owners_count":17151595,"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-11-07T07:32:35.001Z","updated_at":"2024-11-07T07:32:35.431Z","avatar_url":"https://github.com/shime.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UbyInterpreter\n\nRuby-like interpreter implementation.\n\nBased on a [talk](https://www.youtube.com/watch?v=r1JMxJ06I98) by [Ryan Davis](https://github.com/zenspider).\n\n## Features\n\n* Basic numeric types, true, false, strings, arrays, hashes and nil\n* Conditional branching and looping\n* Primitive and user defined functions\n* Local variables and variable scoping\n* Test-driven, extensible, patterns-based design\n* ~130 LOC for implementation, ~70 LOC for tests\n* Fits in one head\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'uby_interpreter'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install uby_interpreter\n\n## Usage\n\nComes with executable.\n\nRun a file with\n\n    $ uby /path/to/your/file\n\nOr simply run\n\n    $ ./bin/uby example.rb\n\nto see what this little fellow can do!\n\n## Running tests\n\n    $ rake\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fuby_interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshime%2Fuby_interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshime%2Fuby_interpreter/lists"}