Giter VIP home page Giter VIP logo

swift-langsrv's Introduction

Swift Language Server

travis-ci badge status

Welcome to the Swift Language Server. This is a language server that aims to be a server that can be used by any development tool that whishes to target Swift.

Currently it provides the following interfaces to interact with it:

Future plans

  • Once the LSP is fully implemented, other interfaces will be looked into as well. Already, the JSONRPC mechanism will add overhead in the system that isn't quite necessary, but it does provide an easier interface to use.

Design Breakdown

The system is broken up into parts that are designed to be interchangeable. Each layer of the system is agnostic of the other layers, except for the data contracts that between each layer.

At a high level, the language server responds to commands that are passed into an implementation of a MessageSource class. That data is processed and passed along to a MessageProtocol implementation. From here, the data is parsed and turned into commands that can then be passed on to a LanguageServer instance.

Releasing

Before publishing a new release, it's important to have a clean CI build, the appropriate version set in VersionInfo, and a matching tag. Only the release bits should be published. Once that is all locked down, simply run make publish. A new release will be pushed up to GitHub.

BE CAREFUL! All release will be immediately available for others to download and use. This project makes use of semantic versioning. As such, some tools may automatically pick up new versions based on PATCH version changes.

Copyright (c) Kiad Studios, LLC. All rights reserved. Licensed under the MIT License. See License in the project root for license information.

swift-langsrv's People

Contributors

owensd avatar liquidsoul avatar

Watchers

James Cloos avatar Nikita Zatsepilov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.