Author |
Message |
Topic: News |
mp4
Replies: 1
Views: 55702
|
Forum: scregexp Posted: Sat Jan 21, 2012 10:37 am Subject: News |
I added D2 version of scregexp to the repository.
It seems to work well with D2, unlike in D1 where the compiler gave incorrect errors message or too strict ones..
Tested with D2.057... |
Topic: Ddbg debugger in dsource now |
mp4
Replies: 0
Views: 11536
|
Forum: ddbg_continued Posted: Mon Apr 11, 2011 8:53 am Subject: Ddbg debugger in dsource now |
Hi All,
In this project, I revived ddbg debugger. It already has many features but I saw some areas are neglected or not yet improved. So I already improved its user-interface, I added some comman ... |
Topic: Matching /* .. */ and repl. #include with import |
mp4
Replies: 5
Views: 61655
|
Forum: The Language Machine Posted: Sat Mar 06, 2010 5:44 am Subject: next |
So, it uses the (Variable) approach rather then the % one. I have no idea which is better. One difference is, that mine allows dots and similar in the filename.
I think (Variable) approach is bette ... |
Topic: Matching /* .. */ and repl. #include with import |
mp4
Replies: 5
Views: 61655
|
Forum: The Language Machine Posted: Tue Mar 02, 2010 7:45 am Subject: Matching /* .. */ and repl. #include with import |
'#include <' headerfile :A '.h>' <- eof - 'import tango.stdc.' A ';\n';
'.h>' <- headerfile '.h>';
eof ... |
Topic: Matching /* .. */ and repl. #include with import |
mp4
Replies: 5
Views: 61655
|
Forum: The Language Machine Posted: Sat Feb 27, 2010 7:29 am Subject: about comments |
-out <- eof -;
- '/*' repeat anything '*/' <- eof - 'comment!';
This does work because
it is the same as
-out <- eof -;
- '/*' repeat { anything '*/' } <- eof - 'c ... |
Topic: News |
mp4
Replies: 1
Views: 55702
|
Forum: scregexp Posted: Sat Apr 18, 2009 10:44 am Subject: News |
The regular expression engine has been extended and improved.
It now recognises \D,\W,\S switches.
Also, one can use possessive quantifiers.
More about them here :
Basically a possessive quanti ... |
Topic: gmp bindings |
mp4
Replies: 1
Views: 17406
|
Forum: Bindings Posted: Mon Sep 01, 2008 12:05 pm Subject: gmp bindings |
The known crashes are fixed now. |
Topic: gmp bindings |
mp4
Replies: 1
Views: 17406
|
Forum: Bindings Posted: Mon Sep 01, 2008 4:03 am Subject: gmp bindings |
Hi all!
I uploaded the gmp bindings which has some errors in it.
If someone could look at it why the example programs crash, that would be be great.
I think there is not much left to do except ... |
Topic: plain images and fonts for basic example in v.2 |
mp4
Replies: 1
Views: 8367
|
Forum: ArcLib Posted: Mon Aug 18, 2008 2:54 pm Subject: plain images and fonts for basic example in v.2 |
Hi!
I tried the basic examples in phobos...
I can see the hello world printed.
However, when I resize or just close and reopen the window , the font becomes unreadable... I can see just filled re ... |
Topic: news |
mp4
Replies: 0
Views: 15998
|
Forum: scregexp Posted: Mon Nov 26, 2007 2:39 pm Subject: news |
Hi!
I found some bugs again and checked in the new version.
I have not introduced this library yet, I will do so now.
I wanted it to be Perl compatible so it is almost compatible.(what is imple ... |
Topic: Demo stops with error |
mp4
Replies: 1
Views: 16825
|
Forum: Yage Posted: Wed Nov 21, 2007 2:51 am Subject: Demo stops with error |
Meanwhile I figured it out.
To run the demo , one needs something like this:
set path=D:\libs\yage3d\trunk\bin;D:\libs\yage3d\trunk\res
d:
cd D:\libs\yage3d\trunk\res
F:\install\build\bud_win_3.0 ... |
Topic: Demo stops with error |
mp4
Replies: 1
Views: 16825
|
Forum: Yage Posted: Tue Nov 20, 2007 8:57 am Subject: Demo stops with error |
Hi!
I tried your demo..
This is what I get
D:\m\d>F:\install\build\bud_win_3.04.exe d:\libs\yage3d\trunk\src\demo1\main.d -DCPATHd:\standalone\dmd\bin gdi32.lib -Id:\libs\derelict\trunk\derel ... |
Topic: Revamp |
mp4
Replies: 2
Views: 54930
|
Forum: dragon-stl Posted: Tue Nov 20, 2007 7:36 am Subject: Re: Revamp |
Today I'll start revamping everything. I start with scrapping everything I have. I'll download the sgi c++ stl and practically try to make a port of that and extend it with some functionality I think ... |
Topic: Issues with scregexp |
mp4
Replies: 3
Views: 21512
|
Forum: scregexp Posted: Mon Nov 19, 2007 2:31 pm Subject: Re: Issues with scregexp |
Hello.
I've stumbled upon scregexp, which turned out to be a great thing!
However, regexps like "//How do you escape characters in regexp strings? escape twice or use wysiwyg strings (bo ... |
Topic: Issues with scregexp |
mp4
Replies: 3
Views: 21512
|
Forum: scregexp Posted: Sun Nov 18, 2007 5:44 pm Subject: Re: Issues with scregexp |
I will have a look. |
|