0
Files
src/mojo
darin@chromium.org cbaaa4ee4a Mojo: Add basic IDL parser and frontend
mojo_parser    - parses IDL, produces syntax tree
mojo_translate - translates syntax tree to Mojom IR
mojo_idl       - frontend that hooks it all together

The result "mojo_idl foo.idl" ingests the IDL file and spits out C++ code!

R=davemoore@chromium.org

Review URL: https://codereview.chromium.org/47543003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231860 0039d316-1c4b-4281-b951-d872f2087c98
2013-10-30 17:10:42 +00:00
..
2013-10-17 21:43:46 +00:00
2013-09-20 23:38:12 +00:00

This is an effort to extract a common platform out of Chrome's renderer and
plugin processes that can support multiple types of sandboxed content, such as
HTML, Pepper, or NaCL.