xshade-parser 0.1.2

Parser and untyped AST for the xshade language.
Documentation
1
2
3
4
5
#[derive(Debug, Eq, PartialEq, Serialize, Deserialize)]
pub enum LiteralType {
    Int,
    Float,
}