elixir expression converter:将Lisp表达式转换为Elixir 源码

上传:yawn_55161 浏览: 15 推荐: 0 文件:ZIP 大小:5.52KB 上传时间:2021-04-18 01:42:35 版权申诉
ExpressionConverter 将Lisp的带括号的表达式转换为Elixir表达式。 ❯ iex - S mix Erlang / OTP 23 [erts - 11.1 . 7 ] [source] [ 64 - bit] [ smp: 8 : 8 ] [ ds: 8 : 8 : 10 ] [async - threads: 1 ] [hipe] Interactive Elixir ( 1.11 . 2 ) - press Ctrl + C to exit (type h () ENTER for help) iex ( 1 ) > ExpressionConverter . convert " (+ 1 2) (sum 1 2) " [ " 1 + 2 " , " sum(1, 2) " ] 安装 如果,则可以通过将expression_converter添加到mix.e
上传资源
用户评论