Firescript AST extenstions
==========================
### FirescriptTyping
Creates a FirescriptTyping object which describes the datatype of a variable or a function parameter.
```cson
Interface FirescriptTyping:
type: 'FirescriptTyping'
name: String
```