source: tools/langserver/src/log.hpp @ 2f1cb37

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 2f1cb37 was b52abe0, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Implemented basic language server with no capabilities

  • Property mode set to 100644
File size: 104 bytes
Line 
1#pragma once
2
3#include <iostream>
4
5extern std::ostream & log();
6extern int g_argc;
7extern char** g_argv;
Note: See TracBrowser for help on using the repository browser.