summaryrefslogtreecommitdiff
path: root/tests/bindings/lua/test_upb.lua
AgeCommit message (Collapse)Author
2016-12-06Changes for PR comments.Josh Haberman
2016-11-29New upb_msg code and Lua bindings around it.Josh Haberman
There are still some things that are unfinished, but we are at parity with what Lua had before.
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