项目作者: aureleoules

项目描述 :
🥑 Evaluate CAML code on Discord
高级语言: Go
项目地址: git://github.com/aureleoules/gocaml.git
创建时间: 2019-09-19T17:02:09Z
项目社区:https://github.com/aureleoules/gocaml

开源协议:

下载





GOCAML


GOCAML





Evaluate CAML on Discord

example

Install

  • go get github.com/aureleoules/gocaml
  • Edit .env and add your Discord BOT Token
  • go build

Get started

To evaluate CAML code on your discord, simply tag your Discord BOT, and enter your code in a triple backtick block as follows:

```ocaml
let a = 2;;
```

will result in

  1. # val a : int = 2

License

MIT © Aurèle Oulès