initial cut of event parsing
commit72232ea02d559d6588b6bed4c3bfa3a82a0a439d
authorErik S. Chang <erik.s.chang@gmail.com>
Wed, 29 Sep 2010 23:12:36 +0000 (29 23:12 +0000)
committerErik S. Chang <erik.s.chang@gmail.com>
Wed, 29 Sep 2010 23:12:36 +0000 (29 23:12 +0000)
treeb565d6c5dd0b942cab671160e14507ce08cbcacf
parentc5f2cd79490b18b5fefb5c44453bdd0ee3ebfd40
initial cut of event parsing

This will be expanded and could end up being potentially
give us a faster emitter, too.

git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-ruby/trunk@578 a2f82657-cdd2-4550-bd36-68a8e7111808
ext/lwes/event.c [new file with mode: 0644]
ext/lwes/lwes.c
ext/lwes/lwes_ruby.h
lib/lwes.rb
lib/lwes/event.rb [new file with mode: 0644]
test/unit/test_event.rb [new file with mode: 0644]