Added scaffold for implementing completion.
This commit is contained in:
21
include/anthem/Completion.h
Normal file
21
include/anthem/Completion.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __ANTHEM__COMPLETION_H
|
||||
#define __ANTHEM__COMPLETION_H
|
||||
|
||||
#include <anthem/AST.h>
|
||||
|
||||
namespace anthem
|
||||
{
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Completion
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void complete(std::vector<ast::Formula> &formulas);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user