pub fn ensure_syntax(message: String, condition: bool)
Ensures a Syntax condition is met or panic
Panics if condition is false
false
Mainly used for ensuring expected syntax is followed when parsing