Jussi Pakkanen
e75e3976fa
Condense test directory names.
4 years ago
Xavier Claessens
a45f939092
Add range() function
...
Fixes : #5026 .
4 years ago
Jussi Pakkanen
9d1e747d17
Condense test directory names again.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
5 years ago
Xavier Claessens
a816e1c1fa
Interpreter: Add 'continue' and 'break' keywords
...
Closes : #3601
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Nirbheek Chauhan
0e078adf5a
interpreter: Implement array.get(index, fallback)
...
If the index is out of range, the fallback value is used. Includes
a test.
Closes #1337
8 years ago
Jussi Pakkanen
b44ca46e92
Implement a foreach loop construct. Closes #17 .
10 years ago