Re: DIL v2.000 release

2012-09-23 Thread Bernard Helyer

Congrats, Aziz! :D


Re: DIL v2.000 release

2012-09-23 Thread Walter Bright

On 9/23/2012 2:24 PM, David Nadlinger wrote:

On Sunday, 23 September 2012 at 21:21:06 UTC, Walter Bright wrote:

May I suggest that you put it on github?


The sources actually are on GitHub already: https://github.com/azizk/dil


Great!



Re: DIL v2.000 release

2012-09-23 Thread David Nadlinger

On Sunday, 23 September 2012 at 21:21:06 UTC, Walter Bright wrote:

May I suggest that you put it on github?


The sources actually are on GitHub already: 
https://github.com/azizk/dil


David



Re: DIL v2.000 release

2012-09-23 Thread Walter Bright

On 9/23/2012 12:53 PM, Aziz K. wrote:

I'm very excited to present to you the very first release of my D compiler
written entirely in D2.


Very nice!

May I suggest that you put it on github?


DIL v2.000 release

2012-09-23 Thread Aziz K.

Hi!

I'm very excited to present to you the very first release of my D compiler  
written entirely in D2.
It's very much a work-in-progress with many unfinished features and  
unpolished corners.

I hope you'll find it useful, or interesting at least.

I wasn't able to test run the 64bit Linux version and the Windows version.  
So I apologize in advance if they blow up in your face. ;-)


I'll have time tomorrow morning to answer any questions.

Have a nice day!

Linux:
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_linux32.tar.xz
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_linux64.tar.xz

http://dl.dropbox.com/u/17101773/dil_2.000/dil2_2.000-1_i386.deb
http://dl.dropbox.com/u/17101773/dil_2.000/dil2_2.000-1_amd64.deb


Windows:
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_win32.7z
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_win32.zip

All platforms:
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_all.7z

--
My D Compiler: http://code.google.com/p/dil


Re: Simple GEdit .lang & github color scheme

2012-09-23 Thread deadalnix

Le 23/09/2012 07:40, F i L a écrit :

deadalnix wrote:

Sound nice. How can I use that on my computer ? What do I do with the
files ?


You need to move the files into their 'gtksourceview-3.0' folders. On
Linux (and other OS's should be similar), do:


1. find or create the following user directories:
~/.local/share/gtksourceview-3.0/styles
~/.local/share/gtksourceview-3.0/language-specs

2. Move the downloaded files into their respective folders, 'D.lang' to
'language-specs' and 'github.xml' to 'styles'. (Note, the download
already contains this hierarchy)


Alternatively (although I don't recommend it), you can move the files
to: /usr/share/gtksourceview-3.0/... (overwriting the existing D.lang
file) which will change it for all users.

Hope that helps. Let me know if you have any problems, or find any
highlighting bugs. Thanks.


Great ! That worked perfectly. Thank you very much.