0.0.1-alpha+watch.1
Pre-release
Pre-release
xNaCly
released this
19 Apr 05:56
·
94 commits
to master
since this release
This release introduces the following new features:
--help
flag which shows the help fleck displays when called without an argument--watch
flag which compiles the source file, enters an endless loop and waits until the user makes a change to the source file, if so fleck recompiles the source file
Changes:
Enhancements
- cli: '--help' flag (24654d8)
- Watch mode '--watch' (59f7bc3)
- core: Clear screen after recompile in watch mode (02f7d12)
Fixes
- parser: Codeblock now supports inline '`' (0c62d3c)
Refactors
- core: Split functions from main to core (824879a)
Build
- Update feature in version (b224ca4)