xo-expression type-inference [wip]
This commit is contained in:
parent
8616b44805
commit
02b1ebb034
2 changed files with 37 additions and 0 deletions
21
include/xo/expression/typeinf/type_ref.hpp
Normal file
21
include/xo/expression/typeinf/type_ref.hpp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/** @file type_ref.hpp **/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
using type_var = xo::flatstring<11>;
|
||||
|
||||
/** @class type_ref
|
||||
* @brief name and eventual resolution for type associated with an expression.
|
||||
*
|
||||
*
|
||||
**/
|
||||
struct type_ref {
|
||||
|
||||
|
||||
};
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/** end type_ref.hpp **/
|
||||
Loading…
Add table
Add a link
Reference in a new issue