Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Lexer.hpp File Reference
#include <string>
#include <vector>
#include <iostream>
Include dependency graph for Lexer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Phasor::Token
class  Phasor::Lexer
 Lexer. More...

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Enumerations

enum class  Phasor::TokenType {
  Phasor::Identifier , Phasor::Number , Phasor::String , Phasor::Keyword ,
  Phasor::Symbol , Phasor::EndOfFile , Phasor::Unknown
}