Stax
Programming language
Loading...
Searching...
No Matches
tokens.hpp File Reference
#include <boost/describe.hpp>
#include <string_view>
Include dependency graph for tokens.hpp:
This graph shows which files directly or indirectly include this file:

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))