evanw / skew

A web-first, cross-platform programming language with an optimizing compiler
https://evanw.github.io/skew-lang.org/
MIT License
411 stars 16 forks source link

missing VERSION information in skewc #7

Closed TBD closed 8 years ago

TBD commented 8 years ago

it would be helpful to have a header with skew version information (eg skewc 0.7.9) in skewc maybe like this:

--version     Prints version 
evanw commented 8 years ago

Good idea. I made "skewc --version" return the bare version string to make it easy to parse and use from scripts.