{"id":21916233,"url":"https://github.com/youngermaster/yasic","last_synced_at":"2026-07-02T23:33:12.909Z","repository":{"id":98719875,"uuid":"184662319","full_name":"Youngermaster/YASIC","owner":"Youngermaster","description":"On this repository you will find a programming language similar to BASIC.","archived":false,"fork":false,"pushed_at":"2022-01-16T05:43:10.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T22:28:10.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/Youngermaster.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-02T22:35:45.000Z","updated_at":"2022-01-16T05:43:12.000Z","dependencies_parsed_at":"2023-05-24T23:00:38.462Z","dependency_job_id":null,"html_url":"https://github.com/Youngermaster/YASIC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Youngermaster/YASIC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FYASIC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FYASIC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FYASIC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FYASIC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Youngermaster","download_url":"https://codeload.github.com/Youngermaster/YASIC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Youngermaster%2FYASIC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35067031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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-11-28T19:17:05.666Z","updated_at":"2026-07-02T23:33:12.888Z","avatar_url":"https://github.com/Youngermaster.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YASIC\nOn this repository you will find a programming language similar to BASIC.\n\nAlso this is my first programming language made on python 3.\n\n    #### Before use it you have to install the next things:\n        -   Python 3.x\n            *   Go to the oficial Python page to download it.\n        -   sly (This is a python library).\n            * use: pip install sly\n\n\n## Which operations you can do?\n\n    ##### Note: \n    - You can use camelCase, snake_case or mix they to name functions or variables.\n    - The language doesn't recognize the parenthesis yet.\n\n* ## Math operations:\n    * ### Addition.\n        You can add on these ways:\n        *   2 + 3\n        *   a + b (In this case 'a' and 'b' can be number or strings).\n    *   ### Substraction.\n        You can substract just with numbers.\n        *   4 - 5\n        *   a - b\n    *   ### Multiplication.\n        You can multiply on these ways:\n        *   20 * 5\n        *   a * b\n        *   name * 3 (name can be whatever string that you want).\n    *   ### Division.\n        You can divide just with numbers.\n        *   12 / 4\n        *   a / b\n*   ## Conditions:\n    If you want to do conditions you have to follow the next structure:\n       ```basic\n       IF 'expression' THEN 'expression' ELSE 'expresion'.\n       ```\n\n    A example can be:\n    ```basic\n    IF a == 2 THEN a = a * 4 ELSE a = a / 3\n    ```\n\n*   ## Loops:\n    If you want to do a loop you have to follow the next structure:\n    ```basic\n    FOR 'expression' TO 'expression' THEN 'expression'\n    ```\n\n    A example can be:\n    ```basic\n    FOR x = 0 TO 5 THEN x * 2\n    ```\n\n*   ## Functions:\n    If you want to do simple functions you have to follow the next structure:\n       ```basic\n       FUN 'function name'() -\u003e 'expression'\n       ```\n    \n    A example can be:\n    ```basic\n    FUN myFirstYasicFunction() -\u003e FOR x = 0 TO 10 THEN IF x == 4 THEN x * 100 ELSE x\n    ```\n\n## Autor \n##### Juan Manuel Young Hoyos.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungermaster%2Fyasic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoungermaster%2Fyasic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungermaster%2Fyasic/lists"}