aiken-lang 1.0.18-alpha

The Aiken compiler
Documentation
1
2
3
4
5
6
7
8
9
mod bytearray;
mod int;
mod string;
mod uint;

pub use bytearray::{array_of_bytes, hex_string, parser as bytearray, utf8_string};
pub use int::parser as int;
pub use string::parser as string;
pub use uint::parser as uint;