{"id":16389320,"url":"https://github.com/marcelog/shiny_chef","last_synced_at":"2025-10-12T09:33:48.857Z","repository":{"id":4189487,"uuid":"5307593","full_name":"marcelog/shiny_chef","owner":"marcelog","description":"An implementation of the chef language in ruby, using ANTLRv3 for the grammar","archived":false,"fork":false,"pushed_at":"2012-08-05T22:37:18.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-09T11:04:46.489Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelog.png","metadata":{"files":{"readme":"README","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":"2012-08-05T22:35:37.000Z","updated_at":"2016-05-23T13:21:55.000Z","dependencies_parsed_at":"2022-08-06T15:15:27.112Z","dependency_job_id":null,"html_url":"https://github.com/marcelog/shiny_chef","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcelog/shiny_chef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fshiny_chef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fshiny_chef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fshiny_chef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fshiny_chef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelog","download_url":"https://codeload.github.com/marcelog/shiny_chef/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fshiny_chef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010940,"owners_count":26084837,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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-10-11T04:32:22.075Z","updated_at":"2025-10-12T09:33:48.842Z","avatar_url":"https://github.com/marcelog.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"An implementation of the chef language in ruby using ANTLRv3 for ruby.\n\nThe syntax for the language is at http://www.dangermouse.net/esoteric/chef.html\n\nBuilding\n--------\nJust run ./make.sh you will need antlr4ruby in your path.\n\nExamples\n--------\nThe examples were taken from: http://progopedia.com/version/acme-chef-1.01/\n\nHere's the sample output for them:\n\n$ bin/shiny_chef examples/helloworld.chef\nHello, World!\n\n$ bin/shiny_chef examples/factorial.chef\n0 !   =   1\n 1 !   =   1\n 2 !   =   2\n 3 !   =   6\n 4 !   =   24\n 5 !   =   120\n 6 !   =   720\n 7 !   =   5040\n 8 !   =   40320\n 9 !   =   362880\n 10 !   =   3628800\n 11 !   =   39916800\n 12 !   =   479001600\n 13 !   =   6227020800\n 14 !   =   87178291200\n 15 !   =   1307674368000\n 16 !   =   20922789888000\n\n$ bin/shiny_chef examples/fibonacci.chef\n1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Fshiny_chef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelog%2Fshiny_chef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Fshiny_chef/lists"}