v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::LexerResult Struct Reference

#include <earley-parser.h>

Collaboration diagram for v8::internal::torque::LexerResult:

Public Attributes

std::vector< Symbol * > token_symbols
 
std::vector< MatchedInputtoken_contents
 

Detailed Description

Definition at line 188 of file earley-parser.h.

Member Data Documentation

◆ token_contents

std::vector<MatchedInput> v8::internal::torque::LexerResult::token_contents

Definition at line 190 of file earley-parser.h.

◆ token_symbols

std::vector<Symbol*> v8::internal::torque::LexerResult::token_symbols

Definition at line 189 of file earley-parser.h.


The documentation for this struct was generated from the following file: