parseid 0.1.0

Parser for Asmodeus language with AST generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "parseid"
version = "0.1.0"
edition = "2021"
description = "Parser for Asmodeus language with AST generation"
license = "MIT"
repository = "https://github.com/szymonwilczek/asmodeus"
authors = ["Szymon Wilczek"]
keywords = ["asmodeus", "parser", "ast", "assembly", "machine-w"]
categories = ["compilers", "parsing"]

[dependencies]
lexariel = { path = "../lexariel", version = "0.1.0" }
thiserror = "1.0"

[dev-dependencies]