{"id":20372877,"url":"https://github.com/sidmishraw/bool-lang-1","last_synced_at":"2025-03-04T20:43:13.505Z","repository":{"id":54585453,"uuid":"104026803","full_name":"sidmishraw/bool-lang-1","owner":"sidmishraw","description":"BOOL, BOOL++ and WHILE language implementations using Scala on different branches","archived":false,"fork":false,"pushed_at":"2017-09-23T02:00:37.000Z","size":1840,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T06:48:39.830Z","etag":null,"topics":["big-step-semantics","bool-lang","boolean","language-design","scala","small-step-semantics","while-language"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/sidmishraw.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":"2017-09-19T04:34:22.000Z","updated_at":"2017-09-23T01:59:10.000Z","dependencies_parsed_at":"2022-08-13T20:31:23.419Z","dependency_job_id":null,"html_url":"https://github.com/sidmishraw/bool-lang-1","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/sidmishraw%2Fbool-lang-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidmishraw%2Fbool-lang-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidmishraw%2Fbool-lang-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sidmishraw%2Fbool-lang-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sidmishraw","download_url":"https://codeload.github.com/sidmishraw/bool-lang-1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241921836,"owners_count":20042763,"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":["big-step-semantics","bool-lang","boolean","language-design","scala","small-step-semantics","while-language"],"created_at":"2024-11-15T01:15:22.952Z","updated_at":"2025-03-04T20:43:13.487Z","avatar_url":"https://github.com/sidmishraw.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The BOOL* language implementation using Scala\n\nThis is the language implementation for **`BOOL*`**\n\n## Language Specification:\n\n```\ne ::= True\n    | False\n    | if e then e else e\n```\n\n```\nv ::= True\n    | False\n```\n\n## Big Step operational semantics:\n\n* Rule#1\n```\n    e1 ⇓ True       e2 ⇓ v\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯       [BS - IF - True]\nif e1 then e2 else e3 ⇓ v\n```\n\n* Rule#2\n```\n    e1 ⇓ False      e3 ⇓ v\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯      [BS - IF - False]\nif e1 then e2 else e3 ⇓ v\n```\n\n* Rule#3\n```\nv ⇓ v\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidmishraw%2Fbool-lang-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsidmishraw%2Fbool-lang-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsidmishraw%2Fbool-lang-1/lists"}