Neat-Lang / neat

The Neat Language compiler. Early beta?
BSD 3-Clause "New" or "Revised" License
111 stars 9 forks source link

Compiler binary should report its version #55

Closed rsaarelm closed 6 months ago

rsaarelm commented 6 months ago

Usually anything will report a version string when you call it with --version command-line option. neat seems to be using --version for something else already. At least it should print its version in the usage screen.

FeepingCreature commented 6 months ago

Done:

Neat Compiler v0.7.0
Documentation: https://neat-lang.github.io/
Usage: neat [options] FILE.nt