lykn 0.5.2

A modern Lisp for ECMAScript, the browser, and the Deno JavaScript runtime
Documentation
1
2
3
4
5
6
7
//! lykn -- S-expression syntax for JavaScript
//!
//! This crate re-exports the core modules from `lykn-cli`, providing
//! the reader (parser) and formatter as a library.

pub use lykn_cli::formatter;
pub use lykn_cli::reader;