summary refs log tree commit diff stats
path: root/compiler/idgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* renamefestAraq2014-08-231-1/+1
|
* fixed tuples in a static context; preparations for correct compile time ↵Araq2014-03-221-1/+1
| | | | evaluation of integral ops
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-3/+3
|
* case consistency part 1Araq2013-12-271-3/+3
|
* next steps to hygienic templatesAraq2012-08-201-5/+1
|
* genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-2/+5
| | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* compiler uses new 'readLine'Araq2011-11-271-5/+8
|
* rod files: next trivial examples workingAraq2011-10-221-1/+4
|
* first steps to C file merge operation for incremental compilationAraq2011-10-211-3/+6
|
* much more efficient rod file generationAraq2011-10-181-0/+57
#fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Test Color-Styles</TITLE>
</HEAD>
<BODY>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

<h1>Heading 1 - Ordinary Text</h1>
<h2><a name="#fontlike_text">Heading 2 - <b>Fontlike</b> Text</a></h2>
<!-- STYLE,BR,TAB -->
This is <b>b (bold)</b>.
<br>
This is <big>big</big>.
<br>
This is <blink>blink</blink>.
<br>
This is <i>i (italicized)</i>.
<br>
This is <small>small</small>.
<br>
This is <strike>strike</strike>.
<br>
This is <tt>tt (typewriter)</tt>.
<br>
This is <u>u (underlined)</u>.

<h2><a name="#emphasized_text">Heading 2 - <em>Emphasized</em> Text</a></h2>
This is <cite>cite (citation)</cite>.
<br>
This is <code>code</code>.
<br>
This is <del>del</del>.
<br>
This is <dfn>dfn (definition)</dfn>.
<br>
This is <em>emphasized</em>.
<br>
This is <ins>ins</ins>.
<br>
This is <kbd>kbd (keyboard)</kbd>.
<br>
This is <q>q (quoted)</q>.
<br>
This is <samp>samp (sample)</samp>.
<br>
This is <span>span</span>.
<br>
This is <strong>strong</strong>.
<br>
This is <var>var</var>.

<h1>Heading 1 - Ordinary Links</h1>
<a href="#fontlike_text">This is a link</a> to fontlike text.
<br>
<a href="#emphasized_text">This is a link</a> to emphasized text.

<h1>Heading 1 - Emphasized Links</h1>
<h2><a name="#fontlike_links">Heading 2 - <b>Fontlike</b> Links</a></h2>
<br>
This is <a href="#fontlike_text"><b>b (bold)</b> link</a>.
<br>
This is <a href="#fontlike_text"><big>big</big> link</a>.
<br>
This is <a href="#fontlike_text"><blink>blink</blink> link</a>.
<br>
This is <a href="#fontlike_text"><i>i (italicized)</i> link</a>.
<br>
This is <a href="#fontlike_text"><small>small</small> link</a>.
<br>
This is <a href="#fontlike_text"><strike>strike</strike> link</a>.
<br>
This is <a href="#fontlike_text"><tt>tt (typewriter)</tt> link</a>.
<br>
This is <a href="#fontlike_text"><u>u (underlined)</u> link</a>.

<h2><a name="#emphasized_links">Heading 2 - <b>Emphasized</b> Links</a></h2>
This is <a href="#emphasized_text"><cite>cite (citation)</cite> link</a>.
<br>
This is <a href="#emphasized_text"><code>code</code> link</a>.
<br>
This is <a href="#emphasized_text"><del>del</del> link</a>.
<br>
This is <a href="#emphasized_text"><dfn>dfn (definition)</dfn> link</a>.
<br>
This is <a href="#emphasized_text"><em>emphasized</em> link</a>.
<br>
This is <a href="#emphasized_text"><ins>ins</ins> link</a>.
<br>
This is <a href="#emphasized_text"><kbd>kbd (keyboard)</kbd> link</a>.
<br>
This is <a href="#emphasized_text"><q>q (quoted)</q> link</a>.
<br>
This is <a href="#emphasized_text"><samp>samp (sample)</samp> link</a>.
<br>
This is <a href="#emphasized_text"><span>span</span> link</a>.
<br>
This is <a href="#emphasized_text"><strong>strong</strong> link</a>.
<br>
This is <a href="#emphasized_text"><var>var</var> link</a>.
</BODY>