nojhan / paradiseo

An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
https://nojhan.github.io/paradiseo/
Other
95 stars 35 forks source link

Correction du parsing de eoParser #4

Open nojhan opened 11 years ago

nojhan commented 11 years ago

Le eoParser n'accepte que les arguments du type --arg=value.

Cela ne respecte pas les standards GNU (--arg value, notamment).

Corriger la classe pour supporter un parsing POSIX/GNU.

LPTK commented 11 years ago

Pour être plus précis, le parseur accepte actuellement "-fmyfile" mais pas "-f myfile"