microcad-lang 0.2.17

µcad language
Documentation
1
2
3
4
5
6
7
8
9
10
# microcad-lang

[![Crates.io](https://img.shields.io/crates/v/microcad-lang.svg)](https://crates.io/crates/microcad-lang)
[![Documentation](https://docs.rs/microcad-lang/badge.svg)](https://docs.rs/microcad-lang/)

This is the language module of microcad which includes parsing, resolving and evaluating microcad code.

To use this you need to install an application like the crate [microcad](https://crates.io/crates/microcad) which offers a command line interface to this library.

An intro page about the microcad language can be found [here](https://codeberg.org/microcad/microcad/src/branch/main/README.md).