dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 1 forks source link

Implement "string find" #292

Closed dplassgit closed 8 months ago

dplassgit commented 8 months ago

like strstr (https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strstr-wcsstr-mbsstr-mbsstr-l?view=msvc-170) but returns the index

dplassgit commented 8 months ago

Implemented in https://github.com/dplassgit/aoc/blob/trunk/lib/lib.asm