Add support and tests for the Clojure language, a dialect of LISP.
authorabscondment <brendan.ribera@gmail.com>
Mon, 8 Mar 2010 19:32:48 +0000 (11:32 -0800)
committerabscondment <brendan.ribera@gmail.com>
Mon, 8 Mar 2010 19:32:48 +0000 (11:32 -0800)
commit0abd7fd7b29f5732a3e967909a1a2228242837c7
treef1e4284dae7f0ecf41c01e7dd779bc91feccd8ec
parent199c8d896dd0e82f4f1a98795cb9da7da20a791a
Add support and tests for the Clojure language, a dialect of LISP.
src/hash/extensions.gperf
src/hash/languages.gperf
src/hash/parsers.gperf
src/languages.h
src/parser.h
src/parsers/lisp.rl
test/expected_dir/clj1.clj [new file with mode: 0644]
test/src_dir/clj1.clj [new file with mode: 0644]
test/unit/parser_test.h
test/unit/parsers/test_clojure.h [new file with mode: 0644]