tan-toolchain

Crates.iotan-toolchain
lib.rstan-toolchain
version0.15.0
sourcesrc
created_at2023-12-02 16:19:33.539879
updated_at2024-08-22 06:20:04.049327
descriptionCLI tools for the Tan Language
homepage
repositoryhttps://github.com/tanlang-org/tan-toolchain
max_upload_size
id1056222
size80,772
George Moschovitis (gmosx)

documentation

README

Tan Toolchain

A collection of CLI tools for the Tan Language. The target audience are developers and users of the language.

Install

cargo install --path .

Usage

tan run module-dir # shorter: tan r module-dir
tan run file
tan r module-dir
tan format file # shorter: tan fmt file
tan tet
tan t
tan test --file "**/lang/float*"

Status

This is an experimental project, not intended for production use.

Contributing

Pull requests, issues, and comments are welcome! Make sure to add tests for new features and bug fixes.

License

This work is licensed under the Apache-2.0 License. See LICENSE.txt or https://spdx.org/licenses/Apache-2.0.html for details.

Copyright

Copyright © 2022 Georgios Moschovitis.

Commit count: 0

cargo fmt