[ 原始碼: instaparse-clojure ]
套件:libinstaparse-clojure(1.4.7-1.1)
libinstaparse-clojure 的相關連結
Debian 的資源:
下載原始碼套件 instaparse-clojure:
- [instaparse-clojure_1.4.7-1.1.dsc]
- [instaparse-clojure_1.4.7.orig.tar.gz]
- [instaparse-clojure_1.4.7-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
simple way to build parsers in Clojure
Instaparse aims to be the simplest way to build parsers in Clojure. It Turns standard EBNF or ABNF notation for context-free grammars into an executable parser that takes a string as an input and produces a parse tree for that string.