Skip to content

DrSensor/scdlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0152b8e · Aug 5, 2021
Jul 10, 2019
Jul 11, 2019
Jul 8, 2019
Jul 8, 2019
Aug 5, 2021
Jun 30, 2019
Jul 12, 2019
Jul 5, 2019
May 30, 2019
Jun 22, 2019
Jul 8, 2019
Jul 8, 2019
Apr 11, 2019
Apr 11, 2019
Apr 11, 2019
May 28, 2019
Jul 9, 2019
Apr 11, 2019
Jul 9, 2019
Feb 18, 2019
May 30, 2019
Jun 30, 2019
Aug 5, 2021
Jun 30, 2019
Apr 11, 2019
Apr 11, 2019

Repository files navigation

Scdlang

Statecharts Description Language

current version Docker image size License

🚧Status: 🗶perimental 4ever🤞

About

Scdlang (pronounced /ˈesˌsi:ˈdi:ˈlæŋ/) is a description language for describing Statecharts that later can be used to generate code or just transpile it into another format. This project is more focus on how to describe Statecharts universally that can be used in another language/platform rather than drawing a Statecharts diagram. For drawing, see State Machine Cat.

quick_demo

Philosophy

  • Readable just like you read then visualize a state diagram
  • Writeable just like you write code which is concise, clear, and can be refactored
  • Transferable to any implementation (e.g platform, programming language, runtime, etc)

Features and Wishlist

For more info, see the changelog in the release page

Getting Started

Currently, this project only have the binary CLI for each OS. Please go to the release page to download then extract it. It also shipped with auto-completions script for your preffered shell.

Installing

Just download the binary in the release page or follow this instructions 👇

Linux🐧

TODO: (AUR, DEB, RPM) or via shellscript just like installing rustup

MacOS🍏

TODO: brew or via shellscript just like installing rustup

Windows🗔

TODO: chocolatey or via msi installer just like installing rustup

using Docker🐳

smcat, dot, and graph-easy are pre-installed in this docker image

docker pull scdlang/scrap

via Cargo📦

cargo install s-crap

Contributing

open "help wanted" issues open "good first issue" issues

Any contributions are welcome as long as it follow Code of Conduct.
If anyone have questions or something to discuss, feel free to DM or mention me in any platform that have my profile picture 👹.

License

This project is licensed under the Universal Permissive License 1.0 - see the LICENSE file for more detail.

Resources