ADT
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 6ff08d8 was ebe0f0d, checked in by Thierry Delisle <tdelisle@…>, 5 years ago |
Added basic language server which now properly communicates with the client
|
-
Property mode
set to
100644
|
File size:
93 bytes
|
Rev | Line | |
---|
[ebe0f0d] | 1 | #pragma once
|
---|
| 2 |
|
---|
| 3 | #include "json.hpp"
|
---|
| 4 |
|
---|
| 5 | namespace server {
|
---|
| 6 | json::obj init(const json::obj & );
|
---|
| 7 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.