|
Stax
Programming language
|
#include <boost/describe.hpp>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | stax |
| namespace | stax::token |
Functions | |
| stax::token::BOOST_DEFINE_ENUM (Type, kIllegal, kEOF, kIdent, kLet, kFn, kInt, kAssign, kPlus, kComma, kSemicolon, kLParen, kRParen, kLBrace, kRBrace) struct Token | |
| stax::token::BOOST_DESCRIBE_STRUCT (Token,(),(type, view)) | |