Stax
Programming language
Loading...
Searching...
No Matches
stax::lexer::Lexer Class Reference

#include <lexer.hpp>

Public Member Functions

 Lexer (std::string input)
 
auto NextToken () -> result_t< token::Token >
 

Constructor & Destructor Documentation

◆ Lexer()

stax::lexer::Lexer::Lexer ( std::string input)

Member Function Documentation

◆ NextToken()

auto stax::lexer::Lexer::NextToken ( ) -> result_t<token::Token>

The documentation for this class was generated from the following files: