digitalmars.D.learn - Download DDMD?
- Jeremiah DeHaan (5/5) Apr 22 2015 Just curious, but I was wondering if there was a 2.067 DDMD
- jkpl (9/14) Apr 22 2015 the 2.067 ddmd is available as a static library. For the moment
- jkpl (3/17) Apr 22 2015 I've put it metad btw
- Jeremiah DeHaan (2/16) Apr 22 2015 Yes, I was aware of this, but I actually want it as a compiler.
- jkpl (4/23) Apr 22 2015 oops, i was not sure of you being a noob even if i saw your
- Joakim (7/12) Apr 24 2015 No, just build dmd from source as you normally would, but add the
Just curious, but I was wondering if there was a 2.067 DDMD available for download somewhere for Windows. If not, then are there any special build instructions I need to build it? I kind of just want to try a couple of things, so I would rather I not have to build it if I can avoid it.
Apr 22 2015
On Wednesday, 22 April 2015 at 07:57:40 UTC, Jeremiah DeHaan wrote:Just curious, but I was wondering if there was a 2.067 DDMD available for download somewhere for Windows. If not, then are there any special build instructions I need to build it? I kind of just want to try a couple of things, so I would rather I not have to build it if I can avoid it.the 2.067 ddmd is available as a static library. For the moment it only includes the lexer and the parser: https://github.com/yebblies/ddmd it does not require anything specific to build: pass the sources, set the -lib switch, maybe set the warnings/depreciations to off because there are some small syntax issues (C-stle array or switch case fallthrough).
Apr 22 2015
On Wednesday, 22 April 2015 at 09:26:37 UTC, jkpl wrote:On Wednesday, 22 April 2015 at 07:57:40 UTC, Jeremiah DeHaan wrote:I've put it metad btw https://github.com/BBasile/metad/blob/master/projects/ddmd.coeditJust curious, but I was wondering if there was a 2.067 DDMD available for download somewhere for Windows. If not, then are there any special build instructions I need to build it? I kind of just want to try a couple of things, so I would rather I not have to build it if I can avoid it.the 2.067 ddmd is available as a static library. For the moment it only includes the lexer and the parser: https://github.com/yebblies/ddmd it does not require anything specific to build: pass the sources, set the -lib switch, maybe set the warnings/depreciations to off because there are some small syntax issues (C-stle array or switch case fallthrough).
Apr 22 2015
On Wednesday, 22 April 2015 at 09:26:37 UTC, jkpl wrote:On Wednesday, 22 April 2015 at 07:57:40 UTC, Jeremiah DeHaan wrote:Yes, I was aware of this, but I actually want it as a compiler.Just curious, but I was wondering if there was a 2.067 DDMD available for download somewhere for Windows. If not, then are there any special build instructions I need to build it? I kind of just want to try a couple of things, so I would rather I not have to build it if I can avoid it.the 2.067 ddmd is available as a static library. For the moment it only includes the lexer and the parser: https://github.com/yebblies/ddmd it does not require anything specific to build: pass the sources, set the -lib switch, maybe set the warnings/depreciations to off because there are some small syntax issues (C-stle array or switch case fallthrough).
Apr 22 2015
On Wednesday, 22 April 2015 at 15:06:17 UTC, Jeremiah DeHaan wrote:On Wednesday, 22 April 2015 at 09:26:37 UTC, jkpl wrote:oops, i was not sure of you being a noob even if i saw your avatar many times here. Sorry. Just ask to someone of the core...On Wednesday, 22 April 2015 at 07:57:40 UTC, Jeremiah DeHaan wrote:Yes, I was aware of this, but I actually want it as a compiler.Just curious, but I was wondering if there was a 2.067 DDMD available for download somewhere for Windows. If not, then are there any special build instructions I need to build it? I kind of just want to try a couple of things, so I would rather I not have to build it if I can avoid it.the 2.067 ddmd is available as a static library. For the moment it only includes the lexer and the parser: https://github.com/yebblies/ddmd it does not require anything specific to build: pass the sources, set the -lib switch, maybe set the warnings/depreciations to off because there are some small syntax issues (C-stle array or switch case fallthrough).
Apr 22 2015
On Wednesday, 22 April 2015 at 07:57:40 UTC, Jeremiah DeHaan wrote:Just curious, but I was wondering if there was a 2.067 DDMD available for download somewhere for Windows. If not, then are there any special build instructions I need to build it? I kind of just want to try a couple of things, so I would rather I not have to build it if I can avoid it.No, just build dmd from source as you normally would, but add the target ddmd instead. They are supposedly going to try to get the next 2.068 release to use ddmd, and want to get the next release out sooner, so you may not have to wait long for an official ddmd release.
Apr 24 2015