lemonlang 0.0.3

an experimental, modern, purely safe, programming language.
1
2
3
4
5
6
7
8
9
10
mod synthesise_ast_type;
mod synthesise_extern_fn_stmt;
mod synthesise_fn_stmt;
mod synthesise_literal;
mod synthesise_type_def_stmt;
pub(crate) use synthesise_ast_type::*;
pub(crate) use synthesise_extern_fn_stmt::*;
pub(crate) use synthesise_fn_stmt::*;
pub(crate) use synthesise_literal::*;
pub(crate) use synthesise_type_def_stmt::*;