Hi, I'm working on a simple file parser used to load configuration and fill arrays. I need various helper methods like trim, find, tokenize, iterate over string character by character, access character in string by index... So, a few questions relating to this:
- What is the role of the NewString.chpl file in modules/standard? I noticed it has a find method but I can't figure how to use it... - How difficult would it be to incorporate those changes to the Chapel's string type? If it was relatively easy and you would be interested I could also contribute code with those features... ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Chapel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-users
