From f45900ee2a4d46f0580f79072b167b03578714ad Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Wed, 26 Jun 2024 18:04:38 +0200 Subject: [PATCH] Create README.md Placeholder Readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..331258c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# The DML language server + +This repository is a place holder repository for a [Device Modeling Languge](https://github.com/intel/device-modeling-language) [Language Server](https://langserver.org/). As that is a mouthful, it'll most likely be called DLS at some point. + +The language server will be implemented in Rust and our intent is to provide pre-built binaries for Linux and Windows. Any editor that supports the [LSP protocol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) shall be able to use it, but we are also implementing a [VS-code Simics Modelling Extension](https://github.com/intel/vscode-simics) (also still in intial development) in which it is to be integrated. + +The current expectation is that we'll publish a work-in-progress version around end of 24Q3. + +Please stay tuned! + +/The DLS developers. +