summaryrefslogtreecommitdiff
path: root/tests/bindings/lua/test_upb.lua
AgeCommit message (Collapse)Author
2016-04-21Put oneofs in the same table as fields. (#60)Joshua Haberman
* Put oneofs in the same table as fields. Oneofs and fields are not allowed to have names that conflict, so we might as well put them all in the same table. This also allows an efficient operation that looks for both fields and oneofs in a single lookup. Added support for OneofDef to Lua to allow testing of this. * Addressed PR comments.
2014-09-01Added lua and core32 Travis builds, and rewrote README.mdJosh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback