another msvc fix but this time from 2020
/* We add an explicit cast here because MSVC has a bug when
compiling C code where it believes that const void**
cannot be
safely casted to void*
, see bpo-39943 for details. */
Discussion
another msvc fix but this time from 2020
/* We add an explicit cast here because MSVC has a bug when
compiling C code where it believes that const void**
cannot be
safely casted to void*
, see bpo-39943 for details. */
not like getting upset
it's just like. ok. i remember SNOBOL. i remember fortran referencing line numbers. providing string inputs to the regex compiler feels like that
tiny, highly specialized programming language
HUGE props for calling it a programming language. great start
as well as "embedded inside python" which is another important point
You can also use REs to modify a string or to split it apart in various ways.
regex actually cannot do this. like the thing being called an RE or "regular expression" here cannot express modifications to a string nor even separation. this is not pedantry
i do like the immediate discussion of the matching engine introducing implicit semantics. great great way to introduce students to complex topics while maintaining a consistent focus at first
A space for Bonfire maintainers and contributors to communicate