Servostar / gemstone

programming language compiler
GNU General Public License v2.0
3 stars 0 forks source link

6 add mechanism to read and globally save options #113

Closed Servostar closed 1 month ago

Servostar commented 1 month ago

Added command line option handling for help, versions and compiling files. Added project management handling.

Either compile a file directly with gsc compile <file> and append options for --output --mode or build a project with a configuration file gsc build all (see tests/project)