Ignore:
Timestamp:
Apr 6, 2020, 1:28:00 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
057298e
Parents:
b52abe0
Message:

Added basic language server which now properly communicates with the client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/langserver/src/json.hpp

    rb52abe0 rebe0f0d  
    44
    55namespace json {
    6       auto parse(const std::vector<char> & buff) {
     6      static inline auto parse(const std::vector<char> & buff) {
    77            return nlohmann::json::parse(buff.begin(), buff.end());
    88      }
Note: See TracChangeset for help on using the changeset viewer.