{"id":16167878,"url":"https://github.com/ynx0/exa-sim","last_synced_at":"2025-03-18T23:30:55.669Z","repository":{"id":55859834,"uuid":"164042737","full_name":"ynx0/exa-sim","owner":"ynx0","description":"simulates exas","archived":false,"fork":false,"pushed_at":"2020-12-11T01:20:50.000Z","size":97,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T13:17:38.855Z","etag":null,"topics":["exa","exapunks","simulation"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ynx0.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}},"created_at":"2019-01-04T01:42:17.000Z","updated_at":"2023-03-07T06:44:48.000Z","dependencies_parsed_at":"2022-08-15T08:00:25.832Z","dependency_job_id":null,"html_url":"https://github.com/ynx0/exa-sim","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/ynx0%2Fexa-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynx0%2Fexa-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynx0%2Fexa-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynx0%2Fexa-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynx0","download_url":"https://codeload.github.com/ynx0/exa-sim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955684,"owners_count":20374373,"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":["exa","exapunks","simulation"],"created_at":"2024-10-10T03:09:45.053Z","updated_at":"2025-03-18T23:30:55.338Z","avatar_url":"https://github.com/ynx0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EXA SIM\nThis program will be able to:\n1. Validate and parse exalang (generate a a syntax tree)\n2. Execute (a subset) of exalang\n3. Simulate multiple exas with interaction (stretch goal)\n\n## EXA PARSE\n`exaparse` will be a module that will be able to:\n1. Validate a line of code\n2. Generate a syntax tree for a valid set of instructions\n3. Evalute lines of code. This will be a reducer in redux terminology\n\nThere will be a state machine included in the `exaparse` module.\nThe state will be a redux store object.\nThe program syntax tree will be part of the state.\n\nThe state will have:\n* Registers\n* Program Tree\n* Program Counter (PC) - Indicates which line is going to execute currently\n* Blocked - whether this is for reading on M register or not\n\nThere will be a few key reducers.\n* eval - this takes the state of the exa, and update it to match what the state should be after executing the line at the current program counter\n\nThe reducer to evaluate, `eval`, will take in the current state and action. If \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynx0%2Fexa-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynx0%2Fexa-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynx0%2Fexa-sim/lists"}