koto_bytecode 0.8.0

The bytecode compiler used by the Koto programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.koto_parser]
version = "^0.8.0"

[dependencies.smallvec]
version = "1.2.0"

[package]
authors = ["irh <ian.r.hobson@gmail.com>"]
description = "The bytecode compiler used by the Koto programming language"
edition = "2018"
homepage = "https://github.com/koto-lang/koto"
keywords = ["scripting", "language", "koto"]
license = "MIT"
name = "koto_bytecode"
repository = "https://github.com/koto-lang/koto"
version = "0.8.0"