sourcekit-lsp
Language server
An implementation of the Language Server Protocol for Swift and C-based languages
Language Server Protocol implementation for Swift and C-based languages
3k stars
158 watching
280 forks
Language: Swift
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
swiftlang/swift-format | A tool for formatting Swift source code according to a standardized style | 2,568 |
swiftlang/swift-package-manager | A tool for managing and distributing Swift source code, allowing for easy collaboration and reuse of code | 9,770 |
swiftlang/swift-syntax | Provides libraries for parsing and manipulating the internal representation of Swift source code | 3,281 |
jpsim/sourcekitten | A command line tool for interacting with SourceKit's Swift Abstract Syntax Tree (AST) to extract code information | 2,317 |
swiftlang/swift | A high-performance system programming language with a modern syntax, seamless access to existing C and Objective-C code, and memory safety by default. | 67,735 |
krzysztofzablocki/sourcery | Automates boilerplate code generation and mock implementations for Swift projects | 7,714 |
realm/swiftlint | A tool to enforce Swift style and conventions in software development | 18,718 |
swiftlang/swift-corelibs-foundation | Provides compatibility and shared implementation of core Foundation API for non-Darwin platforms | 5,303 |
swiftlang/swift-evolution | Maintains proposals and tracks changes to the Swift programming language and its evolution | 15,411 |
johnsundell/swiftplate | Automates cross-platform Swift framework project generation | 1,776 |
nltk/nltk | A comprehensive toolkit for natural language processing tasks in Python. | 13,694 |
saman-pasha/lcc | A Lisp-like compiler and toolset for writing C code with additional features | 26 |
swift-emacs/swift-mode | An Emacs extension that provides support for writing, debugging and compiling Swift code within the editor. | 372 |
lem-project/lem | A highly extensible, Common Lisp-based editor/IDE with support for multiple programming languages and features like project explorers and interactive code editing. | 2,430 |
mkchoi212/lbac-swift | Building a compiler in Swift by translating the book 'Let's Build a Compiler' into interactive code | 164 |