<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments.git/tests/examplefiles/test.R, branch c-function-keywords</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pygments-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/'/>
<entry>
<title>Issue #412: Add built-in functions to SLexer</title>
<updated>2014-02-17T07:10:29+00:00</updated>
<author>
<name>James Estevez</name>
<email>je@odnv.org</email>
</author>
<published>2014-02-17T07:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=ffe5d8b8d391dcff65d9b76d0dd510173485f2a1'/>
<id>ffe5d8b8d391dcff65d9b76d0dd510173485f2a1</id>
<content type='text'>
The R lexer does not recognize:
    - any built-in functions,
    - any data structures,
    - all built-in constants,
    - exponents on floating points with decimals, but no mantissa

This update to `math.py` adds a list of only those functions contained
within `package:base`, output from R with via the `builtins(TRUE)`
function. Keywords for Keyword.Constant, Keyword.Namespace, and
Keyword.Type were manually subsetted from the resulting list. This is
the approach used by the Mathematica and Numpy lexers.

The update to `test.R` adds a sample of the builtin functions, data
structures, and namespace functions, along with an example of a floating
point with a decimal, but no fractional part.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The R lexer does not recognize:
    - any built-in functions,
    - any data structures,
    - all built-in constants,
    - exponents on floating points with decimals, but no mantissa

This update to `math.py` adds a list of only those functions contained
within `package:base`, output from R with via the `builtins(TRUE)`
function. Keywords for Keyword.Constant, Keyword.Namespace, and
Keyword.Type were manually subsetted from the resulting list. This is
the approach used by the Mathematica and Numpy lexers.

The update to `test.R` adds a sample of the builtin functions, data
structures, and namespace functions, along with an example of a floating
point with a decimal, but no fractional part.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor additions to test.R</title>
<updated>2012-08-11T18:24:13+00:00</updated>
<author>
<name>Jeffrey B. Arnold</name>
<email>jeffrey.arnold@gmail.com</email>
</author>
<published>2012-08-11T18:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=474f5910bc5312a59da0e4f55252969fe5906fce'/>
<id>474f5910bc5312a59da0e4f55252969fe5906fce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SLexer: allowed for escaped quotes, added better example file</title>
<updated>2012-08-11T17:52:37+00:00</updated>
<author>
<name>Jeffrey B. Arnold</name>
<email>jeffrey.arnold@gmail.com</email>
</author>
<published>2012-08-11T17:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=6d4d1c6f1d4e05ee01defc00d715633fcc074329'/>
<id>6d4d1c6f1d4e05ee01defc00d715633fcc074329</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance testfile.</title>
<updated>2008-03-28T22:53:18+00:00</updated>
<author>
<name>gbrandl</name>
<email>devnull@localhost</email>
</author>
<published>2008-03-28T22:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=d06bbbd17be3be7cde83cac1a9dfae24ae60e34b'/>
<id>d06bbbd17be3be7cde83cac1a9dfae24ae60e34b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add S/R lexer by Laurent Gautier.</title>
<updated>2008-03-28T09:19:30+00:00</updated>
<author>
<name>gbrandl</name>
<email>devnull@localhost</email>
</author>
<published>2008-03-28T09:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments.git/commit/?id=d16046969a903bde0468ecbeddc0f7a060439083'/>
<id>d16046969a903bde0468ecbeddc0f7a060439083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
