MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
scanner.cpp File Reference

Lexical scanner implementation — tokenizes source text into identifiers, numbers, symbols, and strings. More...

#include "scanner/scanner.hpp"
#include <set>
#include <sstream>
Include dependency graph for scanner.cpp:

Go to the source code of this file.

Namespaces

namespace  scan

Detailed Description

Lexical scanner implementation — tokenizes source text into identifiers, numbers, symbols, and strings.

Author
Jared Bruni

Definition in file scanner.cpp.