|
37 | 37 | ([hackage](http://hackage.haskell.org/package/hfmt),
|
38 | 38 | [github](https://github.com/danstiner/hfmt))
|
39 | 39 |
|
40 |
| -#### Ctags generation |
41 |
| - |
42 |
| -* `codex`: A ctags file generator for cabal/stack project dependencies - |
43 |
| - ([github](https://github.com/aloiscochard/codex), |
44 |
| - [hackage](https://hackage.haskell.org/package/codex)) |
45 |
| -* `hasktags`: Produces ctags tags and etags TAGS files for Haskell programs - |
46 |
| - ([github](https://github.com/MarcWeber/hasktags), |
47 |
| - [hackage](https://hackage.haskell.org/package/hasktags)) |
48 |
| -* :skull: `lushtags`: ... - |
49 |
| - ([github](https://github.com/bitc/lushtags)) |
50 |
| -* :skull: `gasbag`: ... - |
51 |
| - ([github](http://kingfisher.nfshost.com/sw/gasbag)) |
52 |
| -* :skull: `hothasktags`: ... - |
53 |
| - ([github](http://hackage.haskell.org/package/hothasktags)) |
54 |
| - |
55 |
| -#### Code Generation |
56 |
| - |
57 |
| -* `djinn`: Generate Haskell code from a type - |
58 |
| - ([github](https://github.com/augustss/djinn), |
59 |
| - [hackage](https://hackage.haskell.org/package/djinn), |
60 |
| - [lambda-the-ultimate](http://lambda-the-ultimate.org/node/1178)) |
61 |
| -* `exference`: Haskell tool to generate expressions from types. |
62 |
| - [github](https://github.com/lspitzner/exference/) |
63 |
| - [pdf](https://github.com/lspitzner/exference-paper/raw/master/exference.pdf) |
64 |
| - |
65 | 40 | #### Documentation generation / lookup
|
66 | 41 |
|
67 | 42 | * `haddock`: A Haskell Documentation generation Tool -
|
|
81 | 56 | ([github](https://github.com/sol/doctest),
|
82 | 57 | [hackage](https://hackage.haskell.org/package/doctest))
|
83 | 58 |
|
84 |
| -#### REPL |
| 59 | +#### console / REPL |
85 | 60 |
|
86 | 61 | * `ghci`: ...
|
87 | 62 | * `ghci-ng`: ...
|
|
104 | 79 | * :skull: `scion`: Haskell IDE library -
|
105 | 80 | ([hackage](https://hackage.haskell.org/package/scion))
|
106 | 81 |
|
| 82 | +#### Ctags generation |
| 83 | + |
| 84 | + * `codex`: A ctags file generator for cabal/stack project dependencies - |
| 85 | + ([github](https://github.com/aloiscochard/codex), |
| 86 | + [hackage](https://hackage.haskell.org/package/codex)) |
| 87 | + * `hasktags`: Produces ctags tags and etags TAGS files for Haskell programs - |
| 88 | + ([github](https://github.com/MarcWeber/hasktags), |
| 89 | + [hackage](https://hackage.haskell.org/package/hasktags)) |
| 90 | + * :skull: `lushtags`: ... - |
| 91 | + ([github](https://github.com/bitc/lushtags)) |
| 92 | + * :skull: `gasbag`: ... - |
| 93 | + ([github](http://kingfisher.nfshost.com/sw/gasbag)) |
| 94 | + * :skull: `hothasktags`: ... - |
| 95 | + ([github](http://hackage.haskell.org/package/hothasktags)) |
| 96 | + |
| 97 | +#### Code Generation |
| 98 | + |
| 99 | + * `djinn`: Generate Haskell code from a type - |
| 100 | + ([github](https://github.com/augustss/djinn), |
| 101 | + [hackage](https://hackage.haskell.org/package/djinn), |
| 102 | + [lambda-the-ultimate](http://lambda-the-ultimate.org/node/1178)) |
| 103 | + * `exference`: Haskell tool to generate expressions from types. |
| 104 | + [github](https://github.com/lspitzner/exference/) |
| 105 | + [pdf](https://github.com/lspitzner/exference-paper/raw/master/exference.pdf) |
| 106 | + |
107 | 107 | #### Others / Not yet classified
|
108 | 108 |
|
109 | 109 | * `hscope`: partial cscope line oriented mode reimplementation for Haskell code -
|
|
0 commit comments