{"id":20449661,"url":"https://github.com/emmanuelmess/compiladores2022","last_synced_at":"2026-07-12T21:02:19.502Z","repository":{"id":187771269,"uuid":"531051280","full_name":"EmmanuelMess/compiladores2022","owner":"EmmanuelMess","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-24T00:41:56.000Z","size":213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T01:49:39.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmmanuelMess.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}},"created_at":"2022-08-31T11:21:11.000Z","updated_at":"2023-08-11T20:34:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a8c2c51-f4ed-46c4-ad9e-49b55e689941","html_url":"https://github.com/EmmanuelMess/compiladores2022","commit_stats":null,"previous_names":["emmanuelmess/compiladores2022"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmmanuelMess/compiladores2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmanuelMess%2Fcompiladores2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmanuelMess%2Fcompiladores2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmanuelMess%2Fcompiladores2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmanuelMess%2Fcompiladores2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmmanuelMess","download_url":"https://codeload.github.com/EmmanuelMess/compiladores2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmmanuelMess%2Fcompiladores2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35402742,"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-12T02:00:06.386Z","response_time":87,"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-15T10:43:27.879Z","updated_at":"2026-07-12T21:02:19.484Z","avatar_url":"https://github.com/EmmanuelMess.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compiladores\nCódigo para la materia Compiladores 2022 de [LCC](https://dcc.fceia.unr.edu.ar), [FCEIA](https://www.fceia.unr.edu.ar), [UNR](https://www.unr.edu.ar).\n\nEste es el código a partir del cual los estudiantes empiezan a desarrollar un compilador.\n\nPara fijar la versión de GHC y de los paquetes usaremos la herramienta [stack](https://docs.haskellstack.org/en/stable/README/).\n\nLos pasos para instalar son:\n\n```code\nstack setup\nstack build\n```\n\nLuego se puede ejecutar con \n```code\nstack run\n```\no cargar el entorno interactivo GHCi\n```code\nstack ghci\n\nstack ghci src/TypeChecker.hs\n```\n\nTambién se pueden cargar archivos. Desde stack:\n```code\nstack run -- miprograma.fd4\n```\n\nEn general, los argumentos a nuestro programa se escriben luego de `--`. Por ejemplo,\n```code\n% stack run -- --help\nCompilador de FD4 de la materia Compiladores 2022\n\nUsage: compiladores-exe [(-t|--typecheck) | (-i|--interactive)] [FILES...]\n  Compilador de FD4\n\nAvailable options:\n  -t,--typecheck           Solo chequear tipos\n  -i,--interactive         Ejecutar en forma interactiva\n  -h,--help                Show this help text\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmanuelmess%2Fcompiladores2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmanuelmess%2Fcompiladores2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmanuelmess%2Fcompiladores2022/lists"}