Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/jsparagus-generated-parser/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 735 B image not shown  

Quelle  lib.rs   Sprache: unbekannt

 
//! Generated parts of a JS parser.

mod ast_builder;
mod context_stack;
mod declaration_kind;
mod early_error_checker;
mod early_errors;
mod error;
mod parser_tables_generated;
mod stack_value_generated;
mod token;
pub mod traits;

extern crate jsparagus_ast as ast;
extern crate static_assertions;

pub use ast_builder::{AstBuilder, AstBuilderDelegate};
pub use declaration_kind::DeclarationKind;
pub use error::{ParseError, Result};
pub use parser_tables_generated::{
    full_actions, noop_actions, ErrorCode, NonterminalId, ParseTable, Term, TerminalId,
    START_STATE_MODULE, START_STATE_SCRIPT, TABLES,
};
pub use stack_value_generated::StackValue;
pub use token::{Token, TokenValue};
pub use traits::{ParserTrait, TermValue};

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]