README.rdoc in webidl-0.0.2 vs README.rdoc in webidl-0.0.3

- old
+ new

@@ -8,10 +8,14 @@ The code generation could be improved a lot - a lot of the data in the IDL is just ignored. I don't need anything more at the moment, but it should be easy to complete it if anyone needs to. The parser rules for ExtendedAttribute is not exactly like the grammar from the Web IDL spec, since I ran into infinite recursion issues and don't have the Treetop-fu to figure them out. So far this hasn't led to any problems - the parser does parse the IDLs parts of the current HTML5 spec just fine. += Development tips + +While working on the grammar, delete the compiled parser (lib/webidl/parser/idl.rb) and make sure you do not have the webidl gem installed. When finished, compile the parser with `rake parser:compile`. + = See also * http://dev.w3.org/2006/webapi/WebIDL/ * http://dev.w3.org/2006/webapi/WebIDL/#idl-grammar * http://dev.w3.org/html5/spec/Overview.html @@ -26,6 +30,6 @@ (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright -Copyright (c) 2009 Jari Bakken. See LICENSE for details. +Copyright (c) 2009-2010 Jari Bakken. See LICENSE for details.