From 6998e2382ca7ffc21bdae3f8ca0c991fd7815bfc Mon Sep 17 00:00:00 2001 From: Alcides Fonseca Date: Tue, 28 Oct 2025 23:33:11 +0000 Subject: [PATCH] docs: add Aeon Programming Language to implementations list --- Implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Implementations.md b/Implementations.md index 1da65cac..ba411253 100644 --- a/Implementations.md +++ b/Implementations.md @@ -2,6 +2,7 @@ | Name | Maintainer | Repository (optional) | Notes | |--------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| +| _Aeon Programming Language_ | [Alcides Fonseca](https://github.com/alcides) | [aeon](https://github.com/alcides/aeon) | A programming language with liquid types and program synthesis built-in. | | _Anakin Language Server_ | [Andrii Kolomoiets](https://github.com/muffinmad) | [anakin-language-server](https://github.com/muffinmad/anakin-language-server) | Yet another Jedi Python Language Server | | _Chapel Language Server_ | [Chapel Team](https://github.com/chapel-lang) | [chapel](https://github.com/chapel-lang/chapel/tree/main/tools/chpl-language-server) | [Chapel](https://chapel-lang.org/) language server | | _Cmake Language Server_ | [Regen100](https://github.com/regen100) | [cmake-language-server](https://github.com/regen100/cmake-language-server) | CMake LSP Implementation