mech-syntax

Crates.iomech-syntax
lib.rsmech-syntax
version
sourcesrc
created_at2019-03-20 14:49:13.825379
updated_at2024-11-05 06:34:58.508569
descriptionA toolchain for compiling textual syntax into Mech blocks.
homepagehttps://mech-lang.org
repositoryhttps://github.com/mech-lang/syntax
max_upload_size
id122688
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Corey Montella (cmontella)

documentation

http://docs.mech-lang.org

README

Mech is a language for developing data-driven, reactive systems like robots, games, and animations. It makes composing, transforming, and distributing data easy, allowing you to focus on the essential complexity of your project.

You can try Mech online at https://mech-lang.org/try.

Usage and installation instructions can be found in the documentation or the main Mech repository.

Be sure to follow our blog(RSS)!

Syntax

A toolchain for compiling textual Mech source code.

Contents

  • parser - converts text into a parse tree.
  • ast - converts parse tree into abstract syntax tree.
  • compiler - converts abstract syntax tree into blocks.
  • formatter - converts a parse tree into text.

This branch also contains various editor modes that implement the language server protocol. Modes are available for:

  • VS Code
  • EMACS (Coming soon...)
  • VIM (Coming soon...)

Project Status

Mech is currently in the beta stage of development. This means that the language is at a suitable stage for a wider audience. While most language feature implementations are started, none are finished, and some new features may, while others could be removed. Backwards and forwards compatibility of Mech programs is not guaranteed at this time.

License

Apache 2.0

Commit count: 1712

cargo fmt