Skip to main content

argyph_parse/languages/
mod.rs

1pub mod python;
2pub mod rust;
3pub mod typescript;
4
5pub use python::parse_python;
6pub use rust::parse_rust;
7pub use typescript::parse_typescript;