summaryrefslogtreecommitdiffstats
path: root/ppapi/generators/idl_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Allow leading underscore on identifier names in IDL parserasargent@chromium.org2012-12-151-3/+7
* This adds support for a number of features in the current WebIDL spec (http:/...asargent@chromium.org2012-03-051-2/+18
* Make inline c blocks non-greedy, and use to add pragma pack to gamepad structurescottmg@chromium.org2012-02-081-1/+1
* Removed special keyword called attribute which is unused by the parser.alokp@chromium.org2012-02-061-1/+0
* Fix python scripts in src/ppapi/maruel@chromium.org2012-01-101-5/+3
* Convert a few ppapi dev interfaces to IDL. NaCl has tests for thesejvoung@google.com2011-11-181-2/+1
* Allow enums values to be simple arithmetic expressions.bbudge@chromium.org2011-10-071-2/+4
* Trival lexer/parser changes for errorsnoelallen@google.com2011-07-141-0/+3
* Update Lexer/Parser to support '#inline' and 'label'noelallen@google.com2011-07-021-7/+50
* Add idl_c_proto for generating 'C' style prototypes from IDLnoelallen@google.com2011-06-021-2/+0
* Add idl_optionnoelallen@google.com2011-05-151-40/+11
* IDL Cleanup - add logger, and nodenoelallen@google.com2011-04-261-2/+5
* Add parser and test filesnoelallen@google.com2011-04-081-22/+42
* Add IDL Lexernoelallen@google.com2011-03-231-0/+293