Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]
proc-macro = true

[package]
authors = ["myyrakle <sssang97@naver.com>"]
description = "LISP"
edition = "2021"
keywords = ["lisp", "functional"]
license = "MIT"
name = "risp_macro"
repository = "https://github.com/myyrakle/common_risp"
version = "0.1.0"