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 conflict type when build release
Add CLI documentation and flip-flop examples 🗒️
Ship graphviz on docker release 🐳
Finish writing draft of the article release for v0.2
Fix clippy warning and integration test
fix output not shown when `code --format xstate`
Add dot cli hook in REPL mode
Fix --output file --as binary
flag `--as png,jpg,gif,etc` no longer produce:
```
ERROR: stream did not contain valid UTF-8
```
Add initial support for dot cli hook
Fix integration tests fail
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
```
Make version.py compatible with cargo publish
Remove and fix dependency constraints all packages
* Remove wildcard (`*`)
* Fix version of dependency that use `path`
Fix missing tags in docker/azure-pipelines.yml
Fix missing tag on docker push
Fix missing build context
Fix copy fail in docker build
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