{"id":16703470,"url":"https://github.com/mtardy/sandbox","last_synced_at":"2025-04-05T04:27:08.555Z","repository":{"id":115690751,"uuid":"272952982","full_name":"mtardy/sandbox","owner":"mtardy","description":"A prototype-based programming language, reflexive, flexible, and simple by design","archived":false,"fork":false,"pushed_at":"2020-10-01T09:27:31.000Z","size":211,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T12:35:49.722Z","etag":null,"topics":["programing-language"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtardy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-06-17T11:10:28.000Z","updated_at":"2021-11-18T13:05:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1ad0e3c-8999-4fef-bdb9-0e9fe3900456","html_url":"https://github.com/mtardy/sandbox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtardy","download_url":"https://codeload.github.com/mtardy/sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289448,"owners_count":20914463,"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":["programing-language"],"created_at":"2024-10-12T19:08:26.140Z","updated_at":"2025-04-05T04:27:08.533Z","avatar_url":"https://github.com/mtardy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sandbox\n\n## Build the project\n### Requirements\n\nPlease install [peg/leg](https://www.piumarta.com/software/peg/) manually or with a package manager, for example with Homebrew: \n```bash\n$ brew install peg\n```\n\nPlease install [the Boehm-Demers-Weiser conservative garbage collector](https://www.hboehm.info/gc/) manually or with a package manager, for example with Homebrew:\n```bash\n$ brew install bdw-gc\n```\n\n### Build\n\n```bash\n$ make\n```\n\n## Build with Docker\n\nThe Docker image provides a ready to go environment to experiment with the project. Just build the image locally and run an interactive shell inside the container:\n```bash\n$ docker build . --tag mtardy/sandbox\n$ docker run -it mtardy/sandbox\n```\n\n---\n\n## Usage\n### Single input\nYou can pass your program:\n* via the standard input\n```bash\n$ echo \"a=2+3 a*2\" | ./parse\n```\n```bash\n$ ./parse \u003c file\n```\n* via a file\n```bash\n$ ./parse file\n```\n\n### Multiple inputs\nYou can also pass multiple files and use `-` in any order as the standard input when mixing files and standard input, for example:\n```bash\n$ ./parse file1 - file2 \u003c file3\n```\n```bash\n$ echo \"a=2+3 a*2\" | ./parse file1 file2 -\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtardy%2Fsandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtardy%2Fsandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtardy%2Fsandbox/lists"}