Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thmxv/tx-lang-rust
- Owner: thmxv
- License: apache-2.0
- Created: 2023-03-09T02:22:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T20:24:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T15:54:27.983Z (3 months ago)
- Topics: compiler, fast, interpreter, language, light, lightweight, programming-language, rust, safe, single-pass, vm
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.