Skip to content

Releases: waycrate/sweet

0.3.0

09 Jul 04:46
148e654
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Features

  • Build script to control maximum allowed filesize for an input config file
  • Checks to ensure that the input config file is a regular file
  • @enter and @escape modes in commands, separated by double ampersands && can enter and escape modes respectively
    • These mode instructions and commands are extracted at parse time
    • Mode instructions become attributes of the parent binding
    • Runnable commands are concatenated together during .compile call on definitions
  • All the keys and modifiers from the older parser are one-to-one compatible