oxc/crates/oxc_parser
Boshen 8ae345bde0
chore(parser): add an AST Send example (#712)
relates #709

The allocator and lifetime gets in the way if we want to parse in
parallel but process them in a single thread.

This example uses `ouroboros` to provide a safe API for working with
this unsafe behavior.
2023-08-10 15:56:31 +08:00
..
examples chore(parser): add an AST Send example (#712) 2023-08-10 15:56:31 +08:00
fuzz chore(rust): run cargo fmt --all -- crates/**/*.rs 2023-07-28 13:57:12 +08:00
src fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
Cargo.toml chore(parser): add an AST Send example (#712) 2023-08-10 15:56:31 +08:00