pr47 0.0.1

A semi-experimental programming language. Still working in progress.
Documentation
1
2
3
4
5
6
pub mod casts;
pub mod funcs;
pub mod structs;

use crate::util::type_traits::GeneralRef;
use crate::error::Pr47Error;