summary refs log tree commit diff stats
path: root/compiler/nimeval.nim
Commit message (Collapse)AuthorAgeFilesLines
* rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ↵Andreas Rumpf2018-05-291-23/+104
| | | | be used as an API
* rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-281-1/+1
|
* fixes #7522Araq2018-04-061-0/+1
|
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-2/+2
|
* Fix compilation error in nimeval.Aditya Siram2016-11-271-5/+6
|
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Make nimeval compiledef2015-01-121-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-2/+2
|
* xmltree.`<>` macro works againAraq2014-02-271-4/+4
|
* first steps to a new evaluation engineAraq2013-07-241-0/+33
id'>1076f2b
650a1fb ^
1076f2b
8b59083 ^
1076f2b

59b4a5e ^
dbf7e03 ^

650a1fb ^
7faa8a9 ^
650a1fb ^


dbf7e03 ^















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