From 6bc16904edd3738ab97573b9eeb3a6a7cce9574c Mon Sep 17 00:00:00 2001 From: "rumpf_a@web.de" <> Date: Sat, 20 Feb 2010 19:21:38 +0100 Subject: bugfixes for unicode; xmlparser; htmlparser; scanner --- data/keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/keywords.txt') diff --git a/data/keywords.txt b/data/keywords.txt index 3cf9790ef..a6d96834a 100644 --- a/data/keywords.txt +++ b/data/keywords.txt @@ -5,7 +5,7 @@ discard distinct div elif else end enum except finally for from generic if implies import in include is isnot iterator -lambda +lambda let macro method mod nil not notin object of or out -- cgit 1.4.1-2-gfad0 faabcfa6432cd15ecfee44a061ebf7738b16ad6c'/> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/compiler/gorgeimpl.nim
blob: d4aeb6a77e40e73a2fd85be540faf158f262a5da (plain) (blame)
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