Skip to content

Conversation

@TurkeyMan
Copy link
Contributor

Structs are handled by-ref in Lua code to match handling of regular tables.
struct and class have uniform support for: methods, properties, member variable accessors.
Refactor common code into helpers.d
Added support for const function args.
pushMethod enhanced to support struct's as well.
Bonus: New alias syntax updates.

@TurkeyMan
Copy link
Contributor Author

Just the struct/class part in a single patch.

@TurkeyMan TurkeyMan changed the title struct changed to use userdata blocks. structs and classes implemented more completely Sep 2, 2014
@TurkeyMan
Copy link
Contributor Author

Updated again with fixes to handling of inout.

…Lua code to match handling of regular tables.

struct and class have uniform support for: methods, properties, member variable accessors.
Refactor common code into helpers.d
Added support for const function args.
pushMethod enhanced to support struct's aswell.
New alias syntax updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant