{"id":24288051,"url":"https://github.com/eric-gilles/vm_compiler_lisp","last_synced_at":"2026-03-06T08:33:23.448Z","repository":{"id":226800197,"uuid":"769674330","full_name":"eric-gilles/VM_Compiler_LISP","owner":"eric-gilles","description":"VM et Compilateur réalisé en Common LISP","archived":false,"fork":false,"pushed_at":"2024-03-09T19:01:16.000Z","size":2340,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T23:27:36.929Z","etag":null,"topics":["common-lisp","compiler","lisp","virtual-machine","vm"],"latest_commit_sha":null,"homepage":"https://replit.com/@eric-gilles/ProjetCompil?v=1","language":"Common Lisp","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/eric-gilles.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}},"created_at":"2024-03-09T18:29:29.000Z","updated_at":"2024-03-12T15:41:22.000Z","dependencies_parsed_at":"2024-03-09T19:43:38.773Z","dependency_job_id":null,"html_url":"https://github.com/eric-gilles/VM_Compiler_LISP","commit_stats":null,"previous_names":["eric-gilles/vm_compiler_lisp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eric-gilles/VM_Compiler_LISP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-gilles%2FVM_Compiler_LISP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-gilles%2FVM_Compiler_LISP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-gilles%2FVM_Compiler_LISP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-gilles%2FVM_Compiler_LISP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eric-gilles","download_url":"https://codeload.github.com/eric-gilles/VM_Compiler_LISP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eric-gilles%2FVM_Compiler_LISP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30167963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["common-lisp","compiler","lisp","virtual-machine","vm"],"created_at":"2025-01-16T09:37:28.464Z","updated_at":"2026-03-06T08:33:23.398Z","avatar_url":"https://github.com/eric-gilles.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VM et Compilateur en LISP\n\nCe projet consiste en une machine virtuelle (VM) à registres ainsi qu'un compilateur, tous deux implémentés en Common LISP.  \nLa VM exécute un langage assembleur tandis que le compilateur traduit du LISP vers ce langage assembleur.\n\n## Structure du Projet\n\n- **docs/** : Contient la documentation utile à la réalisation du projet.\n- **src/** : Contient le code source.\n    - **compilation/** : Contient le code source du compilateur.\n    - **VM/** : Contient le code source de la machine virtuelle.\n    - **test/** : Contient les fichiers de tests.\n- **main.lisp** : Point d'entrée du programme.\n- **README.md** : Ce fichier.\n\n\n## Instructions\n1. Installer Common LISP sur le site https://clisp.sourceforge.io/  \n    Disponible pour Windows, Mac et Linux\n   \n3. Clonez ce projet :  \n```shell\ngit clone git@github.com:eric-gilles/VM_Compiler_LISP.git\n```\n4. Lancer CLISP :\n```shell\nclisp\n```\n5. Charger le fichier main.lisp pour avoir un exemple d'utilisation\n```lisp\n[1]\u003e (load \"main.lisp\")\n```\n### Alternative Replit :\n1. Se connecter à Replit : https://replit.com/login\n2. Fork le projet via ce \u003ca href=\"https://replit.com/@eric-gilles/ProjetCompil?v=1\"\u003elien\u003c/a\u003e. Cliquer sur **Fork \u0026 Run**.\n3. Lancer en appuyant sur **RUN** en haut de votre projet.\n\n\n## Auteurs\n\nCe projet a été réalisé par :\n- [Eric GILLES](https://github.com/eric-gilles)\n- [Morgan Navel](https://github.com/MorganNavel)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feric-gilles%2Fvm_compiler_lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feric-gilles%2Fvm_compiler_lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feric-gilles%2Fvm_compiler_lisp/lists"}