+ xo-interpreter2 scaffold for constant expression [WIP]
This commit is contained in:
parent
0c9f9d2f0d
commit
b710505709
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ namespace xo {
|
|||
struct DInteger {
|
||||
using AAllocator = xo::mm::AAllocator;
|
||||
using ppindentinfo = xo::print::ppindentinfo;
|
||||
using value_type = long;
|
||||
|
||||
explicit DInteger(long x) : value_{x} {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue