Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thmxv/tx-lang-rust

Lightweight, fast, modern and safe scripting language
https://github.com/thmxv/tx-lang-rust

compiler fast interpreter language light lightweight programming-language rust safe single-pass vm

Last synced: 16 days ago
JSON representation

Lightweight, fast, modern and safe scripting language

Awesome Lists containing this project

README

        

# The Tx programming language (rust implementation)

Note: This is a highly experiemental code to evaluate the use of Rust
for unsafe an not borrow checker friendly code.

There is a (WIP but less experiemental) C++ implementation of this language
[here](https://github.com/thmxv/tx-lang-cxx).

## About Tx

Lightweight, fast, modern and safe scripting language

## License

Licensed under either of:

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.