nibi-lang / nibi

An interpreted list processing language inspired by Lisp
GNU Affero General Public License v3.0
3 stars 2 forks source link

120.nibi strings #123

Closed bosley closed 1 year ago

bosley commented 1 year ago

(ノ◕ヮ◕)ノ✲゚。⋆ You've made a PR!

Before the code PR is merged, please ensure that the following checklist is completed.

Please be sure that the code follows the style as follows:

The above is just a loose formatting that has been used already throughout the C++ source code of Nibi, and we would like to keep things mostly uniform. In the future, an actual style guide may be created.

Description of work:

Please enter a description of your work here:

- exchange, str-set-at, and str-lit created
- char now converts integer values to their char representation
- std/strings.nibi created with split functionality
- `at` updated to support negative indexing with continuous wrapping
- networking module example updated to utilize new functionality