issues
search
cx-language
/
cx
C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130
stars
9
forks
source link
Implement string functionality
#13
Closed
Coolnesss
closed
7 years ago
Coolnesss
commented
7 years ago
Implements:
String split
String find
String substr (implemented with ranges with bounds checking)
Array isEmpty
Implements: