{"id":15561926,"url":"https://github.com/ebyrds/int64-compiler","last_synced_at":"2025-07-10T12:43:31.891Z","repository":{"id":158105988,"uuid":"535281933","full_name":"EByrdS/int64-compiler","owner":"EByrdS","description":"Compiler written in C# to translate file from the experimental language `int64` into CIL, presented as the final exam of the Compiler Course, ITESM CEM, Mexico 2015.","archived":false,"fork":false,"pushed_at":"2022-09-11T12:00:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T14:32:31.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/EByrdS.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":"2022-09-11T11:49:15.000Z","updated_at":"2022-09-28T15:08:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"231bdb92-1b4b-4646-8ee4-08abc115bced","html_url":"https://github.com/EByrdS/int64-compiler","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"d28ac58243bc0d39de7c93eeb3981fc6a8699a94"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EByrdS%2Fint64-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EByrdS%2Fint64-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EByrdS%2Fint64-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EByrdS%2Fint64-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EByrdS","download_url":"https://codeload.github.com/EByrdS/int64-compiler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140541,"owners_count":20729797,"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-02T16:10:42.420Z","updated_at":"2025-03-29T04:43:18.347Z","avatar_url":"https://github.com/EByrdS.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# int64 compiler, version 0.1\n\nThis program is free software. You may redistribute it under the terms of\nthe GNU General Public License version 3 or later. See license.txt for\ndetails.\n\nIncluded in this release:\n\n- Lexical analysis\n- Syntactic analysis\n- Semantic analysis\n\n## Requirements\n\nYou will need a C# compiler, mainly `mono`. The makefile uses `mcs` to transform `.cs`\nfiles to `.exe` binaries.\n\n## Running the compiler\n\nFirst, run:\n\n`make int64lib.dll`\n\nThen, to build the compiler, run:\n\n`make int641.exe` or just `make`.\n\nTo compile an `int64` file to `CIL`, run:\n\n`./int64.exe \u003cfile_name\u003e`\n\nWhere \u003cfile_name\u003e is the name of a int64 source file. You can try with\nthese files under `int64_programs`:\n\n- hello.int64\n- palindrome.int64\n- binary.int64\n\nThis will generate a `.il` file with CIL code (Common Intermediate Language).\nYou will need to turn that file into an executable before you can run it.\n\n### Update: 11-Sept-2022\n\nILasm seems to be the tool needed to convert `.il` files to `.exe`.\nHowever, those programs are currently\nnot running, maybe because the `.exe` files are built for Linux or Windows, but I\nam running on a Mac.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febyrds%2Fint64-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febyrds%2Fint64-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febyrds%2Fint64-compiler/lists"}