summary refs log tree commit diff stats
path: root/tests/lexer
Commit message (Expand)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-07-051-1/+1
* Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)Vindaar2018-07-032-0/+16
* Lexer: do not accept some invalid integer literals (#8089)Hiroki Noda2018-06-272-0/+14
* A minimal patch enabling the new typedesc and static types syntaxZahary Karadjov2018-06-161-1/+1
* Combine some of the lexer tests into a single fileOscar Nihlgård2018-06-053-20/+27
* make tests green againAraq2018-05-141-1/+1
* make tests green againAndreas Rumpf2017-11-051-2/+2
* Remove expr/stmt (#5857)Arne Döring2017-07-251-4/+2
* adds support for unicode hexcode in string literals.Parashurama2016-06-011-1/+5
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-75/+75
* renamed writeln to writeLine in testspatrick dw2015-06-191-2/+2
* new tester; all tests categorizedAraq2014-01-139-0/+215
18-05-06 20:07:42 +0200 remove hardly used TimeMachine feature' href='/ahoang/Nim/commit/doc/koch.rst?h=devel&id=79ec95a9b57a857b511fb049678778b6945a544b'>79ec95a9b ^
dd6c5f892 ^
3ea644690 ^

dd6c5f892 ^


dd6c5f892 ^





dd6c5f892 ^


3ea644690 ^

dd6c5f892 ^







3ea644690 ^
dd6c5f892 ^


dd6c5f892 ^





07562d6b9 ^
dd6c5f892 ^
bab41babe ^





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