{"id":21437018,"url":"https://github.com/axfab/amy","last_synced_at":"2025-03-16T23:24:16.713Z","repository":{"id":74655455,"uuid":"42946737","full_name":"AxFab/amy","owner":"AxFab","description":"Amy is a small project I'm working from time to time to experiment about  languages, expression and machine code.","archived":false,"fork":false,"pushed_at":"2015-09-22T16:36:58.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T09:35:33.377Z","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/AxFab.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}},"created_at":"2015-09-22T16:36:42.000Z","updated_at":"2015-09-22T16:36:59.000Z","dependencies_parsed_at":"2023-03-21T00:32:49.660Z","dependency_job_id":null,"html_url":"https://github.com/AxFab/amy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxFab%2Famy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxFab%2Famy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxFab%2Famy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxFab%2Famy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxFab","download_url":"https://codeload.github.com/AxFab/amy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945907,"owners_count":20372952,"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-11-23T00:17:25.353Z","updated_at":"2025-03-16T23:24:16.696Z","avatar_url":"https://github.com/AxFab.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amy Suite\n\n_Amy is for AsseMblY._\n\nAmy is a small project I'm working from time to time to __experiment__ about \nlanguages, expression and machine code.\n\nThis project regroup several items but their is not yet a real program. This \nis more like a subset of code that I can experiment with.\n\n\n# Expressions\n\n  The package `Amy.Expressions` include an utility class named the \n  `Resolver`. Its use is to transform mathematical or logical expression \n  into machine code. I don't endup on machine code yet but I get SSA \n  instruction which is dummy to convert.\n\n  I only tested with constant expression yet and I still try to figure out \n  how to design this part of the solution.\n\n# Macro\n\n  I developed a C - preporcessor parser that works fine except for the \n  operators `#` and `##` which are a bit more tricky.\n\n# Lexer\n\n  The Lexer (or Tokenizer) can be configure with various languages. Then the\n  method `ReadToken()` return an `Token` object that is already identified \n  as an operator, number, litteral string or identifier. The parser only \n  have to open a source file throught the lexer and read token as a stream.\n\n  Note that the `CPreProcessor` works as a filter over this stream of tokens.\n  The pre processor interpret pre processor command and decide which token to\n  transmet to the C compilor. \n\n# Disassembler\n\n  The disassembler is able to open a binary object, find the .text section\n  and transform the mechine code into a serie of `IROpcode` objects. \n  the goal is to make this object as generic as possible to handle several \n  different assembly. Once the object created, the assembly language can be \n  dummed using a simple ToString() like method (named `ATnTForm` \u0026 `IntelForm`).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxfab%2Famy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxfab%2Famy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxfab%2Famy/lists"}