csml_interpreter 1.6.2

The CSML Interpreter is the official interpreter for the CSML programming language, a DSL designed to make it extremely easy to create rich and powerful chatbots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CSML Language Interpreter

This crate contains the CSML language interpreter and is a part of the CSML Engine.

You are probably looking for:

- the CSML homepage: https://www.csml.dev
- the CSML documentation: https://docs.csml.dev
- the Github repository: https://github.com/CSML-by-Clevy/csml-engine
- the main CSML Engine crate: https://crates.io/crates/csml_engine

For any question, please feel free to [raise an issue on github](https://github.com/CSML-by-Clevy/csml-engine/issues) or talk to the [CSML community on Slack](https://join.slack.com/t/csml-by-clevy/shared_invite/enQtODAxMzY2MDQ4Mjk0LWZjOTZlODI0YTMxZTg4ZGIwZDEzYTRlYmU1NmZjYWM2MjAwZTU5MmU2NDdhNmU2N2Q5ZTU2ZTcxZDYzNTBhNTc)!