zilch-lang / nstar

The compiler for N⋆, a statically typed assembly language used as a compiler backend for Zilch
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Start handling some command-line arguments #15

Closed Mesabloo closed 3 years ago

Mesabloo commented 3 years ago

The list of arguments that have to be handled will not be exhaustive. The goal is just to implement a command-line flags/options handler, so that we may use it in the future, for example for warnings or options like -fdiagnostic-color=yes|no.