Beta 2.108.0

2024-03-02 Thread Iain Buclaw via Digitalmars-d-announce
Glad to announce the first beta for the 2.108.0 release, ♥ to the 
35 contributors.


This release comes with 7 major changes and 48 fixed Bugzilla 
issues, including:


 - In the language, support has been added for Interpolated 
Expression Sequences.

 - In phobos, std.uni has been upgraded to Unicode 15.1.0.
 - In dub, the fetch command now supports multiple arguments, 
recursive fetch, and is project-aware.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.108.0.html

As usual please report any bugs at
https://issues.dlang.org

-Iain
on behalf of the Dlang Core Team



A math expression parser, written fully in D.

2024-03-02 Thread Murilo via Digitalmars-d-announce
I've finally finished my math expression parser, written totally 
in D. It is able to interpret and solve any mathematical 
expression.


https://github.com/MuriloMir/Math-expression-parser


Re: Release D 2.107.1

2024-03-02 Thread M. M. via Digitalmars-d-announce

On Saturday, 2 March 2024 at 00:03:43 UTC, Iain Buclaw wrote:

Glad to announce D 2.107.1, ♥ to the 6 contributors.

http://dlang.org/download.html

This point release fixes 15 issues over 2.107.0, see the 
changelog for more details.


http://dlang.org/changelog/2.107.1.html

-Iain
on behalf of the Dlang Core Team


Neat. As always. Thank you to everyone involved.