Zahary Karadjov
9c8bc3a244
the is operator now works with type classes and type variables
...
bugfixes:
the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
2012-10-03 01:59:49 +03:00
Zahary Karadjov
770d4a997e
implemented case expressions
2012-10-03 01:59:49 +03:00
Zahary Karadjov
92f70b08f9
table constructors now mimic more closely the syntax of case... of...
...
see the safePrintF example in the manual as a motivation
2012-10-03 01:59:49 +03:00
Zahary Karadjov
f8184e3490
always print stack traces on errors in debug builds of nimrod
...
I've been using this for a while and it's really more convenient than hunting the message
in msgs.nim and grepping the error code in the whole project
2012-10-03 01:59:49 +03:00
Zahary Karadjov
698785ef5e
bugfix: allow tuple constructors in generic code
2012-10-03 01:59:49 +03:00
Zahary Karadjov
7e44015491
implemented return type inference
...
Other fixes:
* bind once is now the default for type classes as documented in the manual
* fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
2012-10-03 01:59:49 +03:00
Araq
2b49000cbb
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-29 08:07:05 +02:00
Araq
3bcf9f4e53
opengl wrapper compiles under windows
2012-09-29 08:06:43 +02:00
Zahary Karadjov
2aabae702d
fixes ttypeselectors
2012-09-28 14:30:48 +03:00
Araq
36efc380dd
website improvements; better opengl wrapper (still broken)
2012-09-28 00:22:07 +02:00
Araq
5538727945
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-26 02:22:39 +02:00
Araq
ca447be43e
bugfix: c2nim and pas2nim work again
2012-09-26 02:22:22 +02:00
Zahary Karadjov
badb6c0f66
improved support for typedesc values
...
* can be stored in constants and variables (including in containers like sequences)
* can be passed to and returned from macros
2012-09-25 02:03:15 +03:00
Araq
1de4effb46
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-23 21:35:33 +02:00
Araq
7c08d14cfd
preparations for 0.9.0
2012-09-23 21:35:12 +02:00
Zahary Karadjov
27dc9fcb8f
fixes #186 and the ttypedesc1 test case
2012-09-23 19:34:20 +03:00
Araq
83b90b941b
bugfix: proc bodies as expr
2012-09-23 09:02:11 +02:00
Araq
92e49aeaaf
fixes #73
2012-09-23 01:18:13 +02:00
Araq
603dc36008
bugfix: 'result' cannot be captured in a closure
2012-09-23 00:52:34 +02:00
Araq
ea4435544e
implements/fixes #195
2012-09-22 23:09:25 +02:00
Araq
759b3201ad
proc bodies can be expressions with a type
2012-09-22 22:43:36 +02:00
Araq
3ef146b0ea
'mixin' and 'interface' are now keywords
2012-09-22 10:04:31 +02:00
Araq
4577751bad
bugfix: code generator can deal with ftpclient.nim
2012-09-21 22:07:26 +02:00
Araq
e605b22ccf
bugfix: typeinfo generation (2)
2012-09-21 20:19:39 +02:00
Araq
32aa46a881
bugfix: typeinfo generation
2012-09-21 16:28:57 +02:00
Araq
043921c7a7
fixes #194
2012-09-20 23:44:52 +02:00
Araq
cb6ad8cb74
bugfix: 'nimrod i' works again
2012-09-18 20:59:14 +02:00
Araq
4892d6929a
bugfix: 'defined/compiles' open an implicit mixin scope in generics
2012-09-18 16:27:02 +02:00
Araq
a71c5f98ea
made tests green again
2012-09-18 00:36:48 +02:00
Araq
391fb89a3e
some support for passing blocks to overloaded templates/macros
2012-09-17 20:30:15 +02:00
Araq
b83dce7281
bugfix: import of pure enums
2012-09-17 17:07:09 +02:00
Araq
c934db86ad
stricter symbol lookup in generics
2012-09-17 17:01:34 +02:00
Araq
214c7a2ebd
implemented a stack trace profiler
2012-09-15 00:21:10 +02:00
Araq
4a435a8fb4
Merge branch 'master' of github.com:Araq/Nimrod
2012-09-13 18:48:14 +02:00
Araq
d336cb4957
bugfix: echo vs debugEcho
2012-09-13 17:33:20 +02:00
Araq
a783077cfd
splitted echo into echo/debugEcho
2012-09-13 08:46:24 +02:00
Araq
23c3af80f6
semExpr/semStmt merged
2012-09-13 08:33:55 +02:00
Zahary Karadjov
b2814df5cd
fixed incorrect implicit conversion between arrays of different sizes; see #202
2012-09-13 03:03:12 +03:00
Zahary Karadjov
9e4254e4de
type trais used to work only on user-defined types. see #202
2012-09-13 00:33:01 +03:00
Araq
a59abdf8e4
made more tests green; fixes #201
2012-09-12 21:48:37 +02:00
Araq
8178cd4fab
made some tests green
2012-09-12 08:43:24 +02:00
Araq
d48d3d0bd1
small bugfixes; reactivated tests/compile
2012-09-11 23:21:02 +02:00
Araq
64c638a9dc
first steps for overloading support of passing blocks; bugfix: test results of 'compile' are not overwritten
2012-09-11 08:09:34 +02:00
Araq
92b449562e
tr macros now documented
2012-09-10 19:34:16 +02:00
Araq
d3d9d32c35
first steps to deprecate 'nil' statement
2012-09-09 01:08:00 +02:00
Araq
580d85d233
implemented 'pure' enums
2012-09-08 20:51:50 +02:00
Araq
46e9ff6139
tmatrix.nim works now
2012-09-08 18:51:52 +02:00
Araq
b64eeeb430
term rewriting improvements
2012-09-08 15:43:21 +02:00
Araq
355ae07b8f
activated tests for tr macros
2012-09-06 00:23:55 +02:00
Araq
30c00aba07
bugfixes and improvements for term rewriting macros
2012-09-04 23:57:39 +02:00