mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 09:33:13 +01:00
Lots of bugfixes. Added support for special foreach on strings. Added std.array, std.utf, std.ctype and std.uni to phobos. Changed all the .c files in the gen dir to .cpp (it *is* C++ after all)
9 lines
85 B
D
9 lines
85 B
D
module phobos;
|
|
|
|
import
|
|
std.array,
|
|
std.ctype,
|
|
std.stdio,
|
|
std.stdarg,
|
|
std.uni,
|
|
std.utf; |