1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>Who we are — Universal Ctags 0.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/classic.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Relationship between other projects" href="other-projects.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="other-projects.html" title="Relationship between other projects"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Universal Ctags 0.3.0 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Who we are</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="who-we-are">
<h1>Who we are<a class="headerlink" href="#who-we-are" title="Permalink to this headline">¶</a></h1>
<p>Please, add your name, background and interests here If you are
interested in contributing to Universal Ctags steadily. So we can
dispatch a task and/or an issue to the right person!</p>
<p>(Keep the list in alphabetical order.)</p>
<p>Cameron Eagans <<a class="reference external" href="mailto:me%40cweagans.net">me<span>@</span>cweagans<span>.</span>net</a>></p>
<blockquote>
<div><p>I’ve been a PHP developer for almost 10 years, and have been using Vim
almost as long. My goal is to help guide the direction of the PHP
parser, as well as maintain the ctags website and help guide new
contributors to tasks that they may be able to help with. With time,
I may end up contributing directly to ctags development, but my C skills
are not so great at the moment.</p>
</div></blockquote>
<p>Colomban Wendling <<a class="reference external" href="mailto:colomban%40geany.org">colomban<span>@</span>geany<span>.</span>org</a>></p>
<blockquote>
<div><p>I am a developer of Geany, a lightweight IDE/editor that uses CTags
parsers to provide various code insights for a large variety of
languages. I don’t use CTags directly but through a (currently)
internal library. Hence, my fields of interest are the quality of the
parsers (good and comprehensive results) and their code (speed, proof
against any inputs, absence of memory leaks, regression tests), and a
CTags library applications could use more readily. I am mostly a C
developer, but as the maintainer of the CTags parsers in Geany I work
on all parsers.</p>
</div></blockquote>
<p>Frank Fesevur <<a class="reference external" href="mailto:ffes%40users.sourceforge.net">ffes<span>@</span>users<span>.</span>sourceforge<span>.</span>net</a>></p>
<blockquote>
<div><p>My current use of ctags is for a Notepad++ plug-in I’m writing.
The plug-in is not yet released because of problems with the
Windows version of ctags. Those problems are fixed by now.
I am a Windows developer, but also an occasional Ubuntu and
Raspbian user at home. I wrote the windres parser.</p>
</div></blockquote>
<p>Karol Samborski <<a class="reference external" href="mailto:edv.karol%40gmail.com">edv<span>.</span>karol<span>@</span>gmail<span>.</span>com</a>></p>
<blockquote>
<div><p>I like programming in multiple languages such as Haskell, C/C++,
TypeScript, PHP to name a few. Ctags are useful for me as I code mostly in
Vim. My goal here is to take care of the TypeScript parser.</p>
</div></blockquote>
<p>Ken Takata <<a class="reference external" href="mailto:kentkt%40csc.jp">kentkt<span>@</span>csc<span>.</span>jp</a>></p>
<blockquote>
<div><p>I use ctags with Vim mainly on Windows and Cygwin.
I’m the one of the heaviest contributors of Vim.
I set up the AppVeyor environment and I’m also maintaining the
<a class="reference external" href="https://github.com/universal-ctags/ctags-win32">ctags-win32</a> project.</p>
</div></blockquote>
<p>Masatake YAMATO <<a class="reference external" href="mailto:yamato%40redhat.com">yamato<span>@</span>redhat<span>.</span>com</a>></p>
<blockquote>
<div><p>I’m using ctags in batch jobs running on my source code base
where most of all source code in Fedora are deployed. I’m an
Emacs user, so generally I don’t use ctags interactively
except when hacking Universal Ctags. Therefore my primary goal
is to improve the robustness of parsers: I introduced Units
test facility and badinput command for achieving the goal.
The secondary goal is to support more languages and formats: I
introduced optlib. I’m working on Fedora. I don’t
have access to the other platforms.</p>
</div></blockquote>
<p>Qingming He <<a class="reference external" href="mailto:906459647%40qq.com">906459647<span>@</span>qq<span>.</span>com</a>></p>
<blockquote>
<div><p>I’m mainly a Fortran developer and I use ctags combined with Emacs to
handle my projects. My goal is to improve the Fortran parser to make
it support Fortran standards from 77 to 2008 and maybe 2015 to be
released in the near future. I’m also interested in improving the lisp
parsers (elisp and scheme).</p>
</div></blockquote>
<p>Szymon Tomasz Stefanek <<a class="reference external" href="mailto:s.stefanek%40gmail.com">s<span>.</span>stefanek<span>@</span>gmail<span>.</span>com</a>></p>
<blockquote>
<div><p>I’m a multilanguage developer and I use ctags with my own text editor
which has some IDE capabilities. I’m the maintainer of the new C/C++ parser.</p>
</div></blockquote>
<p>Vitor Antunes <<a class="reference external" href="mailto:vitor.hda%40gmail.com">vitor<span>.</span>hda<span>@</span>gmail<span>.</span>com</a>></p>
<blockquote>
<div><p>I’ve been working with Verilog for most of the last 10
years and am an avid Vim user. My goal is to improve the
Verilog parser such that Vim can get the most out of it
in plugins like Tagbar and to support the Omni
completion plugin I am writing.</p>
</div></blockquote>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="other-projects.html"
title="previous chapter">Relationship between other projects</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="other-projects.html" title="Relationship between other projects"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Universal Ctags 0.3.0 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Who we are</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2015, Universal Ctags Team.
Last updated on 11 Jun 2021.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.0.2.
</div>
</body>
</html>
|