Add support for the Augeas language (based on Ocaml)
authorRaphaël Pinson <raphink@gmail.com>
Wed, 11 Apr 2012 15:50:39 +0000 (17:50 +0200)
committerRaphaël Pinson <raphink@gmail.com>
Wed, 11 Apr 2012 15:58:37 +0000 (17:58 +0200)
commit8f1c2d42d18eec1011a9d061e48ee99cf6df3db1
tree00251ff2ee148bc016b2f125451b354167f57796
parentae92e3f6c6148263f12ef4aabef0d40f42089185
Add support for the Augeas language (based on Ocaml)
src/hash/extensions.gperf
src/hash/languages.gperf
src/hash/parsers.gperf
src/languages.h
src/parsers/augeas.rl [new file with mode: 0644]
test/expected_dir/augeas.aug [new file with mode: 0644]
test/src_dir/augeas.aug [new file with mode: 0644]
test/unit/detector_test.h
test/unit/parser_test.h
test/unit/parsers/test_augeas.h [new file with mode: 0644]