lark-actor 0.1.0

The actor-based system for use in the Lark compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.languageserver-types]
version = "0.53"

[dependencies.url]
version = "1.7"

[package]
authors = ["Jonathan Turner <jonathan.d.turner@gmail.com>"]
description = "The actor-based system for use in the Lark compiler."
edition = "2018"
keywords = ["lark"]
license-file = "../../LICENSE-APACHE OR ../../LICENSE-MIT"
name = "lark-actor"
readme = "readme.md"
repository = "https://github.com/lark-exploration/lark/tree/master/components/lark-actor"
version = "0.1.0"