Added HTML parser with embedded CSS and Javascript.
authormitchell <mitchell@frost.(none)>
Thu, 29 May 2008 06:35:14 +0000 (02:35 -0400)
committermitchell <mitchell@frost.(none)>
Thu, 29 May 2008 06:35:14 +0000 (02:35 -0400)
commit9638a535232627062a747a91d7d8ae75384e50b4
tree1e59c458ff4037cb91b2e011a18676a2ed48ba24
parent0844a1a61a44aaaac2edc87c7e29a4ec2aba2d78
Added HTML parser with embedded CSS and Javascript.
Had to add a Ruby script to run via the Rakefile because of some workarounds
needed to 'include' the Ragel code for embedded parsers into the parent parser.
Rakefile
ext/ohcount_native/ragel_parser.c
ext/ohcount_native/ragel_parser_macros.h
ext/ohcount_native/ragel_parsers/construct_embedded.rb [new file with mode: 0644]
ext/ohcount_native/ragel_parsers/css.rl
ext/ohcount_native/ragel_parsers/javascript.rl