{"id":24166081,"url":"https://github.com/jonathanvdc/lemp-repl","last_synced_at":"2026-06-11T05:31:15.508Z","repository":{"id":88519352,"uuid":"129139170","full_name":"jonathanvdc/LeMP-repl","owner":"jonathanvdc","description":"A super simple REPL for experimenting with Loyc, EC# and LeMP.","archived":false,"fork":false,"pushed_at":"2018-04-13T16:12:13.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T07:51:48.756Z","etag":null,"topics":["csharp","ecsharp","interactive","loyc","repl"],"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/jonathanvdc.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":"2018-04-11T18:45:24.000Z","updated_at":"2022-12-27T19:02:28.000Z","dependencies_parsed_at":"2023-07-22T22:00:48.510Z","dependency_job_id":null,"html_url":"https://github.com/jonathanvdc/LeMP-repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanvdc/LeMP-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2FLeMP-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2FLeMP-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2FLeMP-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2FLeMP-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanvdc","download_url":"https://codeload.github.com/jonathanvdc/LeMP-repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanvdc%2FLeMP-repl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34184779,"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-06-11T02:00:06.485Z","response_time":57,"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":["csharp","ecsharp","interactive","loyc","repl"],"created_at":"2025-01-12T20:14:27.892Z","updated_at":"2026-06-11T05:31:15.503Z","avatar_url":"https://github.com/jonathanvdc.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeMP-repl\n\n`LeMP-repl` is a super simple interactive program that that reads unprocessed EC#, LES v2 or LES v3 code as input and produces processed or unprocessed EC#, LES v2 or LES v3 code as output.\n\nHere's what `LeMP-repl` looks like in action:\n\n![LeMP-repl usage](docs/img/usage.svg)\n\nEasy, right? It's just a simple tool that makes it much easier to look at and reason about EC# syntax trees.\n\n## Build instructions\n\n`LeMP-repl` is fairly straightforward to build. Just do this following:\n\n```\n$ nuget restore\n$ msbuild /p:Configuration=Release\n```\n\n## Technologies\n\n  * `LeMP-repl` is mostly just a wrapper around David Piepgrass' amazing Lexical Macro Processor (LeMP) and Enhanced C# (EC#) parser, both of which can be found [here](https://github.com/qwertie/ecsharp).\n\n  * `LeMP-repl` uses [Pixie](https://github.com/jonathanvdc/Pixie) for option parsing and error logging.\n\n## Options\n\n`LeMP-repl` tries to fulfill a simple use case, so there aren't a lot of options. Here's a full list, adapted from `--help`:\n\n### Input and output\n\n  * `--input-language=⟨language⟩, -i⟨language⟩`\n\n    Selects an input language, which can be either `ecs`, `les`, `les2` or `les3`. By default, the input language is `ecs`.\n\n  * `--no-process-macros, -p`\n\n    Turns off macro processing by LeMP.\n\n  * `--output-language=⟨language⟩, -o⟨language⟩`\n\n    Selects an output language, which can be either `cs`, `ecs`, `les`, `les2` or `les3`. By default, the output language is `les`.\n\n### Overall options\n\n  * `--help, -h, -?`\n\n    Display a help message and exit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanvdc%2Flemp-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanvdc%2Flemp-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanvdc%2Flemp-repl/lists"}