S

Scdlang

A description language for describing Statecharts or StateMachine that later can be used to generate code or just transpile it into another format.

Fix clippy warning and integration test fix output not shown when `code --format xstate`

Fix --output file --as binary flag `--as png,jpg,gif,etc` no longer produce: ``` ERROR: stream did not contain valid UTF-8 ```

Display `loc: expr` when piped to stdout/stderr * Change graph direction to left-right

Hide empty result when `repl -i` piped from stdin ``` cat examples/simple.scl | cargo run ---bin scrap repl -f graph -i ```

Remove and fix dependency constraints all packages * Remove wildcard (`*`) * Fix version of dependency that use `path`

Merge branch 'prototype-syntax' * introduce tagged backtick and use it as part of import statement * change import statement as an assignment expression * introduce one liner expression for conditional compilation * change loop transition symbol from fat_arrow to two_headed_arrow