deathbeam / spoon

:ramen: Spoon is a programming language that runs blazingly fast, compiles to native code and works everywhere.
https://spoonlang.org
MIT License
56 stars 11 forks source link

Add --watch command to reload files #5

Closed Peekmo closed 8 years ago

Peekmo commented 8 years ago

This PR adds the --watch command (or -w) that generate the .hx files when .rx are modified or added automatically.

For the moment, it doesn't handle file deletion.