{"id":30450546,"url":"https://github.com/ruilopesm/stack-machine-li2","last_synced_at":"2025-08-23T13:41:04.715Z","repository":{"id":38385563,"uuid":"472734997","full_name":"ruilopesm/stack-machine-li2","owner":"ruilopesm","description":"A stack-oriented programming language developed in C","archived":false,"fork":false,"pushed_at":"2025-08-08T19:38:10.000Z","size":2987,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T21:28:11.987Z","etag":null,"topics":["c","imperative-programming","interpreter","makefile","stack-machine"],"latest_commit_sha":null,"homepage":"","language":"C","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/ruilopesm.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-03-22T11:22:24.000Z","updated_at":"2025-08-08T19:38:13.000Z","dependencies_parsed_at":"2024-02-10T20:49:50.527Z","dependency_job_id":null,"html_url":"https://github.com/ruilopesm/stack-machine-li2","commit_stats":null,"previous_names":["ruilopesm/stack-machine-li2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruilopesm/stack-machine-li2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruilopesm%2Fstack-machine-li2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruilopesm%2Fstack-machine-li2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruilopesm%2Fstack-machine-li2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruilopesm%2Fstack-machine-li2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruilopesm","download_url":"https://codeload.github.com/ruilopesm/stack-machine-li2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruilopesm%2Fstack-machine-li2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749317,"owners_count":24814169,"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-08-23T02:00:09.327Z","response_time":69,"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":["c","imperative-programming","interpreter","makefile","stack-machine"],"created_at":"2025-08-23T13:40:50.630Z","updated_at":"2025-08-23T13:41:04.690Z","avatar_url":"https://github.com/ruilopesm.png","language":"C","readme":"# Stack-Machine\n\n\u003e 20/20 :star:\n\nThis project was developed during the second semester of the 1st year of the Software Engineering degree @ University of Minho.\n\nThe project consisted of developing a stack-oriented programming language, using C. You can learn more about this paradigm [here](https://en.wikipedia.org/wiki/Stack-oriented_programming).\n\nExamples of expressions that can be evaluated by the language itself:\n\n  - `1 2 +`, evaluated to `3`\n  - `[ 3 5 7 1 2 ] 2 =`, evaluated to `7` - basically, it is returning the element in the 2nd position of the given array.\n  - `2 { 3 * } ~`, evaluated to `6` - basically, it is applying the block (or function) `3 *` to its predecessor(s).\n\nNote: More examples can be seen at the [assignment](Assignment.pdf).\n\n## Installing and running the project\n\n#### Clone the repository\n\n```bash\n$ git clone git@github.com:ruilopesm/Stack-Machine-LI2.git\n```\n\n#### Compiling\n```sh\n$ cd Stack-Machine-LI2\n$ make\n```\n\n### Running the project\n```sh\n$ make run\n```\n\nNote: There are a couple more `make` commands, useful in some situations, available. Check them out at the [Makefile](Makefile).\n\n# Developed by:\n- [Rui Lopes](https://github.com/ruilopesm)\n- [Duarte Ribeiro](https://github.com/DuduWater12)\n- [Filipe Pereira](https://github.com/Filipe2817)\n- [Miguel Gramoso](https://github.com/gramosomi)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruilopesm%2Fstack-machine-li2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruilopesm%2Fstack-machine-li2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruilopesm%2Fstack-machine-li2/lists"}