itsy 0.4.0

Strongly typed scripting language with a rusty syntax and nice Rust integration.
Documentation
1
2
3
4
5
6
7
8
9
//! Type resolution and AST generation.

pub mod ast;

#[path="parser/parser.rs"]
pub mod parser;

#[path="resolver/resolver.rs"]
pub mod resolver;