Lines Matching refs:lobster
20 `flatbuffers/lobster`. You can browse the library code on the
22 lobster).
27 The test code itself is located in [lobstertest.lobster](https://github.com/google/
28 flatbuffers/blob/master/tests/lobstertest.lobster).
30 To run the tests, run `lobster lobstertest.lobster`. To obtain Lobster itself,
31 go to the [Lobster homepage](http://strlen.com/lobster) or
32 [github](https://github.com/aardappel/lobster) to learn how to build it for your
43 schema with the `--lobster` option to `flatc`. Then you can include both
50 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.lobster}
51 include "monster_generated.lobster"
60 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.lobster}
80 JSON from FlatBuffers. See `samples/sample_test.lobster` for an example.