liexpr 0.1.0

A library for parsing and evaluating simple expressions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["zzzdong <kuwater@163.com>"]
categories = ["compilers", "parser-implementations"]
description = """
A library for parsing and evaluating simple expressions.
"""
edition = "2021"
homepage = "https://github.com/zzzdong/liexpr"
keywords = ["scripting", "eval", "expression", "language"]
license = "MIT"
name = "liexpr"
readme = "README.md"
repository = "https://github.com/zzzdong/liexpr"
version = "0.1.0"