repl_framework_proc_macros 0.1.0

A crate to easily create simple repls and interpreters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
proc-macro = true

[package]
authors = ["SuKiN-a <suryakiranpradosh@gmail.com>"]
categories = ["command-line-interface"]
description = "A crate to easily create simple repls and interpreters"
edition = "2018"
keywords = ["repl", "interpreter"]
license = "GPL-3.0"
name = "repl_framework_proc_macros"
readme = "README.md"
repository = "https://github.com/SuKiN-a/repl_framework"
version = "0.1.0"