Created
March 5, 2017 16:21
-
-
Save stryku/6f184f25539514b42549117868ed57f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace cai | |
{ | |
namespace tokens | |
{ | |
using tok_empty = decltype(""_s); | |
using tok_exit = decltype("exit"_s); | |
using tok_mov = decltype("mov"_s); | |
using tok_add = decltype("add"_s); | |
using tok_push = decltype("push"_s); | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment