Re-exports§
pub extern crate lexer;
Modules§
Structs§
Functions§
- parse
- parse_
ast_ json_ string - parse_
ast_ lossless_ json_ string - Serialize the parser AST without routing i64 integer literals through a
JavaScript
number. The JSON shape otherwise stays identical toparse_ast_json_string. - stringify_
integer_ literals - Rewrite every
Integerliteral’srawfield from a JSON number to a decimal string so JavaScript consumers keep the full signed 64-bit range. Shared with the wasmanalyze_losslessenvelope.