harn-parser 0.4.26

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "harn-parser"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Parser, AST, and type checker for the Harn programming language"

[dependencies]
harn-lexer = { path = "../harn-lexer", version = "0.4" }