Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 522 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 522 Bytes

gwiond

Language Server implementation for the Gwion programming language.

Features

  • Diagnostics
  • Hover information
  • Code completion
  • Go to definition
  • Formatting

Prerequisites

Runtime dependencies:

  • cJSON

Compile time dependencies:

  • C standard compiler
  • cJSON
  • pkgconf
  • make

Installation

Compile using GNU make utility

make

Notes

Based on minic-lsp