Skip to content

Instantly share code, notes, and snippets.

@stryku
Created March 5, 2017 16:21
Show Gist options
  • Save stryku/6f184f25539514b42549117868ed57f5 to your computer and use it in GitHub Desktop.
Save stryku/6f184f25539514b42549117868ed57f5 to your computer and use it in GitHub Desktop.
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