Stefano Zaghi
Stefano Zaghi
@AnnanFay the readme has been updated. Soon I'll try to add support for other comments markers
@AnnanFay Hi, I erroneously assumed that you was asking for new comments marks for inline comments, not for the comments alone. I have modified the parser test to check if...
@kostyfisik Hi, give me more details, how do you like to have formatted the input? An example is really helpful.
Currently you can pass the real/imag values as a simple "tuple", e.g. ```ini [cylinder] radius = 100. ; material epsilon = 80. 1.0d-4 ``` (I do not remember if inline...
Ok, let me few time (hours/days), I am working on other libraries, but I am close to update also FiNeR
Some parsers put these orphans options into a default section intended to have a **global** meaning... it can be the right way.
@zbeekman I Izaak, I am coming back just now, just a small delay :-) Thank you for the FAQ.
Hi @ShatrovOA , sorry for the delay. * it should be different, *global* help should print commands (if any) or eventually default command flags whereas *command* help should print only...
@ShatrovOA >What do you mean by automatically print the passed clas? Is there any way that they can be printed with the help of special method? I was thinking to...
@ShatrovOA Yes, it is possible to print also the value of the passed CLAS I will try to implement it soon