heartfelt

Crates.ioheartfelt
lib.rsheartfelt
version0.1.5
sourcesrc
created_at2020-12-22 17:53:42.178831
updated_at2021-01-06 22:30:20.397535
description# Heartfelt A simple Rust library for creating DSLs (Domain Specific Languages) ## Roadmap This is still pretty much a work in progress. There will soon be an update with examples and documentation. Heartfelt is still at a very early stage but a lot of features are planned. For Instance: A compiler to bytecode. A vm for that bytecode. More language features. Most of the features will be behind a cargo feature in order to keep binary sizes as small as possible and to only feature what you really need. # License Heartfelt is distributed under the terms of the MIT license. See LICENSE for more details
homepage
repositoryhttps://github.com/DrSloth/heartfelt
max_upload_size
id326115
size26,598
Hassan Abu-Jabir (DrSloth)

documentation

README

Heartfelt

A simple Rust library for creating DSLs (Domain Specific Languages)

Roadmap

This is still pretty much a work in progress. There will soon be an update with examples and documentation.

Heartfelt is still at a very early stage but a lot of features are planned. For Instance: A compiler to bytecode. A vm for that bytecode. More language features.

Most of the features will be behind a cargo feature in order to keep binary sizes as small as possible and to only feature what you really need.

License

Heartfelt is distributed under the terms of the MIT license.

See LICENSE for more details

Commit count: 20

cargo fmt