MagicalTux / goro

PHP in Go
BSD 3-Clause "New" or "Revised" License
689 stars 31 forks source link

core: ini file parsing #5

Open MagicalTux opened 5 years ago

MagicalTux commented 5 years ago

Need to be able to parse .ini files both for php.ini and to expose as an api (parse_ini_file() and parse_ini_string()).

This will likely need a new lexer handler (core/tokenizer should be able to handle that) and a new compiler