Add support for Coq .v files (based on the OCaml parser).
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>
Tue, 24 Apr 2012 14:16:13 +0000 (16:16 +0200)
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>
Tue, 24 Apr 2012 14:16:13 +0000 (16:16 +0200)
commitbfc0e493e8b246520fcadced5bfaee6fdb1aa9c9
treeb1ee298a1f2e533b0b150de025710c8006aa01cd
parent0ec1f6ece2c491e34981264517b55b3bbd523da5
Add support for Coq .v files (based on the OCaml parser).
src/hash/extensions.gperf
src/hash/languages.gperf
src/hash/parsers.gperf
src/languages.h
src/parsers/coq.rl [new file with mode: 0644]
test/detect_files/coq.v [new file with mode: 0644]
test/expected_dir/coq.v [new file with mode: 0644]
test/src_dir/coq.v [new file with mode: 0644]
test/unit/detector_test.h
test/unit/parser_test.h
test/unit/parsers/test_coq.h [new file with mode: 0644]