Add support for parsing/counting of ChaiScript. ChaiScript is based on closely on...
authorJason Turner <lefticus@gmail.com>
Wed, 31 Mar 2010 18:01:38 +0000 (12:01 -0600)
committerJason Turner <jason@jason-ubuntu-personal.(none)>
Wed, 31 Mar 2010 18:01:38 +0000 (12:01 -0600)
commit467bd308a2217faf7a7a7a62cd7c32ae4dad8eb2
treec5ed4c9dc298d3c9a67f675b61137aed81f6aadc
parentb89de37c9083c20f2728d11799ce1b0c53dac6f1
Add support for parsing/counting of ChaiScript. ChaiScript is based on closely on support for JavaScript, as the langauges are similar in structure. All ChaiScript unit tests pass, but 1 or 2 (appears to be random) of the ruby diff tests fail.
src/parsers/chaiscript.rl [new file with mode: 0644]
test/detect_files/foo.chai [new file with mode: 0644]
test/expected_dir/chaiscript.chai [new file with mode: 0644]
test/src_dir/chaiscript.chai [new file with mode: 0644]
test/unit/parsers/test_chaiscript.h [new file with mode: 0644]