August 26 General » Re: Tell us your DIP1000 woes | |||
|---|---|---|---|
| |||
...There are workarounds. For example, in my regex match function, I return indices of matches... | |||
August 21 General » Must tail call attribute in D? | |||
|---|---|---|---|
| |||
...back to threaded code VM for std.regex, AFAICT it was blocked because I only... | |||
June 11 Learn » Re: Comparing slice to an Array in assert | |||
|---|---|---|---|
| |||
...runs: ```d import std.stdio; import std.regex; import std.string; import std.array; auto... | |||
June 11 Learn » Comparing slice to an Array in assert | |||
|---|---|---|---|
| |||
...simplified code: ``` import std.stdio; import std.regex; import std.string; import std.array; auto... | |||
April 25 DIP Development » Re: Frist Draft (in this forum): Enum Parameters | |||
|---|---|---|---|
| |||
...that only allows for comparison with `0`. `regex` could simply “notice” that the pattern is... | |||
January 31, 2024 Issues » [Issue 24364] New: Compilation failure when std.format and ctRegex used in proximity | |||
|---|---|---|---|
| |||
...2.099:
import std.format;
import std.regex;
void main() {
string ss = format("", "");
auto r... | |||
January 15, 2024 General » Re: Tuples, CTFE, and Sliding Template Arguments | |||
|---|---|---|---|
| |||
...facilities we have for string parsing are...regex, I guess? So I would say 1036... | |||
December 30, 2023 General » Re: Do we need faster regex? | |||
|---|---|---|---|
| |||
...to support full ECMAScript regex language and basic level 1 unicode regex. RE2 specifically avoids... | |||
December 26, 2023 General » Re: Do we need faster regex? | |||
|---|---|---|---|
| |||
The focus should always be on slower but more maintainable and simple implementation. The efficiency... | |||
December 20, 2023 General » Re: Do we need faster regex? | |||
|---|---|---|---|
| |||
Far as I know there is not CTFE involved with the tables, but they are... | |||
Copyright © 1999-2021 by the D Language Foundation