summary refs log tree commit diff stats
path: root/compiler/lexer.nim
Commit message (Expand)AuthorAgeFilesLines
...
* more uint related fixesZahary Karadjov2012-06-141-0/+4
* better support for unsigned integers.Zahary Karadjov2012-06-111-8/+33
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+2
* implemented 'static'; macros do not work anymoreAraq2012-03-151-2/+4
* bugfix: no need for arrows to be new token kindsAraq2012-02-121-2/+2
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-9/+13
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* path canonicalization and proper project relative pathsZahary Karadjov2011-12-091-4/+4
* 'export' is now a keywordAraq2011-11-241-3/+4
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+2
* old pointer deref operator completely removedAraq2011-07-231-2/+2
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
* nicer error messages for used keywords as identifiersAraq2011-06-191-0/+4
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-8/+8
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-13/+16
* got rid of some arcane module namesAraq2011-04-211-0/+768
e.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 */
#ifndef HTNESTEDLIST_H
#define HTNESTEDLIST_H

#define HTML_OL1        (HTML_ELEMENTS+1)
#define HTML_OL2        (HTML_ELEMENTS+2)
#define HTML_OL3        (HTML_ELEMENTS+3)
#define HTML_OL4        (HTML_ELEMENTS+4)
#define HTML_OL5        (HTML_ELEMENTS+5)
#define HTML_OL6        (HTML_ELEMENTS+6)

#define HTML_MENU1      (HTML_ELEMENTS+7)
#define HTML_MENU2      (HTML_ELEMENTS+8)
#define HTML_MENU3      (HTML_ELEMENTS+9)
#define HTML_MENU4      (HTML_ELEMENTS+10)
#define HTML_MENU5      (HTML_ELEMENTS+11)
#define HTML_MENU6      (HTML_ELEMENTS+12)

#define HTML_DL1        (HTML_ELEMENTS+13)
#define HTML_DL2        (HTML_ELEMENTS+14)
#define HTML_DL3        (HTML_ELEMENTS+15)
#define HTML_DL4        (HTML_ELEMENTS+16)
#define HTML_DL5        (HTML_ELEMENTS+17)
#define HTML_DL6        (HTML_ELEMENTS+18)

#define HTML_DLC1       (HTML_ELEMENTS+19)
#define HTML_DLC2       (HTML_ELEMENTS+20)
#define HTML_DLC3       (HTML_ELEMENTS+21)
#define HTML_DLC4       (HTML_ELEMENTS+22)
#define HTML_DLC5       (HTML_ELEMENTS+23)
#define HTML_DLC6       (HTML_ELEMENTS+24)

#define HTML_HCENTER  	(HTML_ELEMENTS+25)
#define HTML_HLEFT      (HTML_ELEMENTS+26)
#define HTML_HRIGHT     (HTML_ELEMENTS+27)

#define HTML_DCENTER    (HTML_ELEMENTS+28)
#define HTML_DLEFT      (HTML_ELEMENTS+29)
#define HTML_DRIGHT     (HTML_ELEMENTS+30)

#define HTML_OBJECT_M   (HTML_ELEMENTS+31)

#define LYNX_HTML_EXTRA_ELEMENTS 31

#endif /* HTNESTEDLIST_H */