source: tools/langserver/src/log.hpp @ e75b753

ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since e75b753 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.