stella_checker 0.2.3

Rust-based, speedy Lua type checker
Documentation
1
2
3
4
5
6
7
#![allow(dead_code)]

use crate::types::Type;

pub fn create_number_type() -> Vec<Type> {
  todo!()
}