cyclang-parser 0.1.19

Cyclang is a toy language built in LLVM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.pest]
version = "2.7.10"

[dependencies.pest_derive]
version = "2.7.10"

[package]
categories = ["compilers"]
description = "Cyclang is a toy language built in LLVM."
edition = "2021"
keywords = ["cyclang", "llvm", "pest", "language", "wasm"]
license = "Apache-2.0/MIT"
name = "cyclang-parser"
readme = "README.md"
repository = "https://github.com/lyledean1/cyclang"
version = "0.1.19"