johneliud / kisumu-language

This project is a simple toy programming language built in Go and uses a syntax similar to Go programming language.
MIT License
0 stars 0 forks source link

Implement String Data Structure #4

Open johneliud opened 2 months ago

johneliud commented 2 months ago

Develop the String data structure for Kisumu with basic methods like concatenation and length.

Tasks:

  1. Implement the String data structure.
  2. Add methods for concatenation, length, and substring extraction.
  3. Write tests to validate the functionality.
CynthiaOketch commented 1 month ago

noted