summary refs log tree commit diff stats
path: root/compiler/llstream.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed order of output in repl and added a proc for opening a custom repl (#10...sealmove2019-03-101-2/+2
* Added optional proc parameter to llStreamOpenStdIn (#10769)sealmove2019-03-041-2/+6
* Merge branch 'devel' into araq-better-docgenAraq2018-09-141-3/+3
|\
| * Don't segfault if the line is empty (#8906)LemonBoy2018-09-071-3/+3
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-3/+3
|/
* closes #5070Andreas Rumpf2017-10-151-1/+0
* use linenoise instead of GNU readlineAraq2015-06-211-47/+48
* Make reading from stdin work again.def2015-03-011-1/+1
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-28/+13
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-6/+6
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
* Properly terminate "nimrod i" on end of file.Reimer Behrends2014-06-021-0/+3
* case consistency: next stepsAraq2013-12-291-2/+2
* case consistency part 4Araq2013-12-271-13/+13
* case consistency part 1Araq2013-12-271-38/+37
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* FFI at compiletime improvementsAraq2013-01-081-5/+12
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* compiler uses new 'readLine'Araq2011-11-271-41/+30
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* big repo cleanupAraq2011-04-121-0/+229
2' href='/akkartik/mu/commit/html/054parse_tree.cc.html?h=main&id=a654e4ecace2d506d1b10f1dde2c287ebe84ef37'>a654e4ec ^
76755b28 ^



44c1aeef ^




0ca56ed8 ^


76755b28 ^
2f02189d ^
76755b28 ^
4690ce81 ^
76755b28 ^

a654e4ec ^
76755b28 ^
44c1aeef ^
dcc060c7 ^
44c1aeef ^

76755b28 ^


44c1aeef ^
0ca56ed8 ^
76755b28 ^
4690ce81 ^
76755b28 ^


4690ce81 ^
76755b28 ^





67db19a0 ^
4690ce81 ^

76755b28 ^


4690ce81 ^

76755b28 ^




44c1aeef ^
67db19a0 ^
44c1aeef ^


4690ce81 ^
76755b28 ^
4690ce81 ^
44c1aeef ^
76755b28 ^


44c1aeef ^











76755b28 ^




4690ce81 ^
76755b28 ^






a654e4ec ^
76755b28 ^


a654e4ec ^
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129