{"id":17267482,"url":"https://github.com/technius/selang","last_synced_at":"2025-03-26T11:14:11.513Z","repository":{"id":143021370,"uuid":"120663791","full_name":"Technius/selang","owner":"Technius","description":"A simple programming language","archived":false,"fork":false,"pushed_at":"2018-06-13T06:31:33.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T12:24:44.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Technius.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-07T19:52:04.000Z","updated_at":"2018-06-13T06:31:34.000Z","dependencies_parsed_at":"2023-03-26T17:34:36.282Z","dependency_job_id":null,"html_url":"https://github.com/Technius/selang","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/Technius%2Fselang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Technius%2Fselang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Technius%2Fselang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Technius%2Fselang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Technius","download_url":"https://codeload.github.com/Technius/selang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245641437,"owners_count":20648644,"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-10-15T08:10:45.377Z","updated_at":"2025-03-26T11:14:11.493Z","avatar_url":"https://github.com/Technius.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selang\n\nThis is a simple __S__-__E__xpression-based __Language__.\n\n## Grammar\n\nThe concrete grammar of this language is specified using EBNF below:\n\n```plain\nwhitespace ::= { \" \" } ;\n\ndigit ::= \"0\" | \"1\" | \"2\" | \"3\" | \"4\" | \"5\" | \"6\" | \"7\" | \"8\" | \"9\";\n\nnumber ::= [ \"-\" ] digit { digit };\n\nletter ::= \"a\" | \"b\" | \"c\" | \"d\" | \"e\" | \"f\" | \"g\" | \"h\" | \"i\" | \"j\" | \"k\" | \"l\"\n         | \"m\" | \"n\" | \"o\" | \"p\" | \"q\" | \"r\" | \"s\" | \"t\" | \"u\" | \"v\" | \"w\" | \"x\"\n         | \"y\" | \"z\" | \"A\" | \"B\" | \"C\" | \"D\" | \"E\" | \"F\" | \"G\" | \"H\" | \"I\" | \"J\"\n         | \"K\" | \"L\" | \"M\" | \"N\" | \"O\" | \"P\" | \"Q\" | \"R\" | \"S\" | \"T\" | \"U\" | \"V\"\n         | \"W\" | \"X\" | \"Y\" | \"Z\" ;\n\ncharacter ::= letter | digit | \"\\'\" | '\\\"' ;\n\nstring ::= '\"' { character | whitespace } '\"' ;\n\nboolean ::= \"true\" | \"false\"\n\nliteral = string | number | boolean ;\n\nidentifier ::= letter { letter | digit } ;\n\natom := identifier | literal ;\n\nlist := \"[\" [ term { \",\" term } ] \"]\" ;\n\nconditional := \"if\" term \"then\" term \"else\" term ;\n\nterm := atom | list | conditional ;\n```\n\n## Evaluation rules\n\nTODO\n\n```plain\n```\n\n## License\n\nCopyright 2018 Bryan Tan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnius%2Fselang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnius%2Fselang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnius%2Fselang/lists"}