diff options
Diffstat (limited to 'starts/meaning-vm/level-1/level-1.hpp')
-rw-r--r-- | starts/meaning-vm/level-1/level-1.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-1/level-1.hpp b/starts/meaning-vm/level-1/level-1.hpp new file mode 100644 index 0000000..d13ba9f --- /dev/null +++ b/starts/meaning-vm/level-1/level-1.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include "common.hpp" +#include "concepts.hpp" +#include "ref.hpp" +#include "sugar.hpp" +#include "vref.hpp" |