c3lang / c3c

Compiler for the C3 language
GNU Lesser General Public License v3.0
1.36k stars 80 forks source link

Argument parser #800

Open raynei86 opened 1 year ago

raynei86 commented 1 year ago

Many languages have a command line argument parser in the standard library. I think basing it off of an existing implementation like this should be fine for now.

lerno commented 1 year ago

A good command line parser should probably have both a posix and a win32 mode