PKua007 / rampack

Random And Maximal PACKing PACKage
Boost Software License 1.0
2 stars 1 forks source link

PYON as new input format #45

Closed PKua007 closed 1 year ago

PKua007 commented 1 year ago

This PR introduces completely new, better input format inspired by Python language - it is like JSON for JavaScript with basic Python structures - numbers, strings, booleans, None, arrays, dictionaries and what looks like objects. Old ini format is still supported for backwards compatibility.

Closes #10

PKua007 commented 1 year ago

This also closes #18