Skip to content
Snippets Groups Projects
Commit 59b0b60a authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Refactor how command line options are handled by Leon

- Command line option definitions are now represented by a type
  parametric class.
- Components can declare legal option definitions.
- Options are parsed according to those definitions in Main,
  and stored in LeonContext.
- Components can then retrieve back the options from LeonContext.
  This is not perfect, as it requires some type casts.
- leon.Settings only contained redundant information and has been
  removed.
- Unused options from SynthesisSettings have been removed.
parent d4a579b1
No related branches found
No related tags found
No related merge requests found
Showing
with 305 additions and 336 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment