eventloop seems to be working now in external testing.
commit81eafde1f5e2f83d953bd4a5e58e9f20ced623fd
authorBart Trojanowski <bart@jukie.net>
Fri, 14 Sep 2007 23:17:22 +0000 (14 19:17 -0400)
committerBart Trojanowski <bart@jukie.net>
Fri, 14 Sep 2007 23:18:33 +0000 (14 19:18 -0400)
tree733bf25a0145058a061f26d4636d7deaaeef58ce
parent3c2ca5c541f33f0c4ec37d194bd3e38881b5e7df
eventloop seems to be working now in external testing.

Still need to support some processing flags so lua callbacks
don't have to do things that are more efficient in C, like
processing strings and splitting them into one line chunks.
luaeventloop/.gitignore [new file with mode: 0644]
luaeventloop/lel_instance.c
luaeventloop/lel_instance.h
luaeventloop/lel_main.c
luaeventloop/test.lua