codescalersinternships / home

home repo for internships
2 stars 0 forks source link

INI Parser - Andrew #24

Open andrew-nassef opened 2 years ago

andrew-nassef commented 2 years ago

Create an INI parser

expected API

Can get inspired by configparser

assume there're no global keys, every keys need to be part of a section assume the key value separator is just = keys and values should have spaces trimmed comments are only valid at the beginning of the line

andrew-nassef commented 2 years ago

finished : Get Section Names , Get Sections , Get Value , Set Key Value functions and added test cases for them working on Rest of the functions

andrew-nassef commented 2 years ago

-finished all functions and test and GitHub actions -working on documents and applying more tests