mers/mers_lib
2024-02-17 13:23:50 +01:00
..
examples add examples, prepare for new readme 2024-02-17 13:23:50 +01:00
src drop stdin on childproc_await to prevent deadlocks, add flush() call after childproc_write_* 2024-02-17 12:06:04 +01:00
Cargo.toml version bump to 0.4.0 2024-02-15 10:56:34 +01:00
init_to.rs full rewrite, kinda works 2023-07-28 00:33:15 +02:00
README.md add examples, prepare for new readme 2024-02-17 13:23:50 +01:00

mers-lib

The library behind mers.

With this, you can parse, compile, check and run mers code.

You can also add your own functions and types which can then be used from mers, if you really want to.