Struct member functions don't seem to parse correctly, e.g.: ``` struct Foo { void someFunction() {} }; ``` This results in: ``` Parse error: Error in input: Ln: 2 Col: 21 void someFunction() {} ^ Expecting: ',', ':', ';', '=' or '[' ```