Araq
|
b76d2eac7f
fixes #1006
|
11 years ago |
Zahary Karadjov
|
862c0ef83d
split the inline and closure iterators into different symbol kinds for easier discrimination between them
|
11 years ago |
Araq
|
dbc8aa60e3
fixes 'newSeq[T]' instantiation bug
|
11 years ago |
Araq
|
a59939d295
it's the year 2014
|
11 years ago |
Zahary Karadjov
|
789ba107cf
introduce tyFromExpr; fixes #618
|
11 years ago |
Araq
|
92b8fac94a
case consistency part 4
|
11 years ago |
Araq
|
2df9b442c6
case consistency part 1
|
11 years ago |
Araq
|
9acdf94cc0
fixes #531
|
11 years ago |
Araq
|
635ad3b336
Merge branch 'master' of github.com:Araq/Nimrod
|
11 years ago |
Zahary Karadjov
|
3d1c6de638
get rid of the SymTab* procs in astalgo
|
11 years ago |
Zahary Karadjov
|
9a6f47ae69
switch to a linked list of scopes
|
11 years ago |
Araq
|
258aabba65
todo.txt changes
|
11 years ago |
Grzegorz Adam Hankiewicz
|
72a3e21f28
Removes executable bit for text files.
|
12 years ago |
Araq
|
78b27ed7fa
bugfix: 'indexOf' for tuple fields works
|
12 years ago |
Araq
|
4b0cdc6db7
fixes for the new overloading resolution
|
12 years ago |
Araq
|
1d30798363
bugfix: threads should work again; fixes #220
|
12 years ago |
Araq
|
9bbf56bdbb
allow 'mixin' in generics
|
12 years ago |
Zahary Karadjov
|
d9d82fb0af
syntax compatibility between do blocks and stmt blocks
|
12 years ago |
Zahary Karadjov
|
9c8bc3a244
the `is` operator now works with type classes and type variables
|
12 years ago |
Zahary Karadjov
|
698785ef5e
bugfix: allow tuple constructors in generic code
|
12 years ago |
Araq
|
043921c7a7
fixes #194
|
12 years ago |
Araq
|
4892d6929a
bugfix: 'defined/compiles' open an implicit mixin scope in generics
|
12 years ago |
Araq
|
a71c5f98ea
made tests green again
|
12 years ago |
Araq
|
c934db86ad
stricter symbol lookup in generics
|
12 years ago |
Araq
|
64c638a9dc
first steps for overloading support of passing blocks; bugfix: test results of 'compile' are not overwritten
|
12 years ago |
Araq
|
b4844a189d
parameter passing works the same for macros and templates; use callsite magic to access the invokation AST
|
12 years ago |
Araq
|
b5b5e6e76d
distinguish properly between nkOpen and nkClosedSymChoice
|
12 years ago |
Araq
|
da190876de
next steps to hygienic templates
|
12 years ago |
Araq
|
5e15dec175
first steps to make templates hygienic
|
12 years ago |
Araq
|
09a4c2f0ad
bugfix: bind context for generics
|
12 years ago |