ape_lexer 0.1.1

lexical analysis for Aperture programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ape_ast"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1682ccf90c8a32a49f0241e822c4f5dcffef5ba7852112b11ac2975daa2f072d"

[[package]]
name = "ape_lexer"
version = "0.1.1"
dependencies = [
 "ape_ast",
]