{"id":13782536,"url":"https://github.com/e-graveyard/lexy","last_synced_at":"2025-05-11T15:32:33.904Z","repository":{"id":97071039,"uuid":"158867200","full_name":"e-graveyard/lexy","owner":"e-graveyard","description":"tiny lisp-like language implementation","archived":true,"fork":false,"pushed_at":"2021-04-12T20:09:02.000Z","size":400,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T00:02:39.324Z","etag":null,"topics":["c","interpreter","lisp","lisp-dialect"],"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/e-graveyard.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-11-23T18:40:43.000Z","updated_at":"2023-01-28T05:25:22.000Z","dependencies_parsed_at":"2023-04-25T22:30:56.786Z","dependency_job_id":null,"html_url":"https://github.com/e-graveyard/lexy","commit_stats":null,"previous_names":["caian-org/tmul"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-graveyard%2Flexy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-graveyard%2Flexy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-graveyard%2Flexy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-graveyard%2Flexy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-graveyard","download_url":"https://codeload.github.com/e-graveyard/lexy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588747,"owners_count":21932317,"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":["c","interpreter","lisp","lisp-dialect"],"created_at":"2024-08-03T18:01:38.689Z","updated_at":"2025-05-11T15:32:33.542Z","avatar_url":"https://github.com/e-graveyard.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"[![Build Status @ Travis-CI][travis-shield]][travis-url]\n[![Build Status @ Azure Pipelines][azure-shield]][azure-url]\n[![Code Quality][lgtm-shield]][lgtm-url]\n\n# LEXY: tiny, made up lisp\n\nThis is the source code repository of `lexy`, a tiny implementation of a\nLisp-like language. It contains the interpreter, the REPL, the standard library\nas well the documentation.\n\nThe original implementation has been made upon the guidance of the [Build Your\nOwn Lisp](http://www.buildyourownlisp.com/) book.\n\n[travis-shield]: https://img.shields.io/travis/caian-org/lexy?logo=travis-ci\u0026logoColor=FFF\u0026style=flat-square\n[travis-url]: https://travis-ci.org/caian-org/lexy\n\n[azure-shield]: https://img.shields.io/azure-devops/build/caian-org/97c8ebe2-b395-407e-8b0f-8db0a1771869/9/master?logo=azure-pipelines\u0026style=flat-square\n[azure-url]: https://dev.azure.com/caian-org/lexy/_build\n\n[lgtm-shield]: https://img.shields.io/lgtm/grade/cpp/github/caian-org/lexy?logo=lgtm\u0026style=flat-square\n[lgtm-url]: https://lgtm.com/projects/g/caian-org/lexy/context:cpp\n\n\n## Table of Contents\n\n- [Significant improvements](#significant-improvements)\n- [Getting started](#getting-started)\n    - [Compiling from source](#compiling-from-source)\n    - [Installing \u0026 uninstalling](#installing--uninstalling)\n    - [Running in Docker](#running-in-docker)\n- [Roadmap](#roadmap)\n\n\n## Significant improvements\n\n1. code modularization\n1. new math-related builtin functions such as `pow`, `sqrt` and `mod`\n1. constant and dynamic variables (`letc` and `let` respectively)\n\n\n## Getting started\n\n### Build requirements\n\n`gcc` and `make` are required to compile. Additionally, the `editline` headers\nare used by lexy. In Debian-based systems, the following command should install\nall the necessary packages:\n\n```sh\n$ sudo apt-get install -y build-essential libedit-dev\n```\n\n### Compiling from source\n\nJust `make`. The binary will be available at the project's root directory.\n\n### Installing \u0026 Uninstalling\n\nTo install, just use:\n\n```sh\nsudo make install\n```\n\nTo uninstall:\n\n```sh\nsudo make uninstall\n```\n\n### Running in Docker\n\nIf you'd prefer to use Docker, you can build the image locally and run\ninteractively.\n\n```sh\n$ docker build -t lexy .\n$ docker run -it lexy\n```\n\n\n## Roadmap\n\nExpected improvements until the next release (`v0.1.0`):\n\n1. [ ] Proper modules support\n1. [ ] Hash table powered symbol lookup\n1. [ ] Hashmap built-in type\n1. [ ] Hashmap operations\n1. [ ] Expand standard library\n1. [x] Command-line arguments (help, eval string etc)\n1. [ ] Receive arguments from the shell\n1. [ ] REPL improvements (colors, keywords)\n1. [ ] Tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-graveyard%2Flexy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-graveyard%2Flexy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-graveyard%2Flexy/lists"}