Android代码-可扩展Android库,用于将文本解析为抽象语法树并将这些树渲染为富文本。

时间:2022-08-27 21:23:24
【文件属性】:
文件名称:Android代码-可扩展Android库,用于将文本解析为抽象语法树并将这些树渲染为富文本。
文件大小:159KB
文件格式:ZIP
更新时间:2022-08-27 21:23:24
Android代码 SimpleAST SimpleAST is a Kotlin/Java library designed to parse text into Abstract Syntax Trees. It is heavily inspired by (and began as a port of) Khan Academy's simple-markdown. It strives for extensibility and robustness. How text is parsed into nodes in a tree is determined by a set of rules, provided by the client. This makes detecting and rendering your own custom entities in text a breeze. Besides basic markdown, SimpleAST is what the Discord Android app uses to detect and render various e
【文件预览】:
SimpleAST-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(730B)
----simpleast-core()
--------proguard-rules.pro(943B)
--------src()
--------.gitignore(7B)
--------build.gradle(5KB)
----LICENSE(552B)
----app()
--------proguard-rules.pro(943B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----gradle()
--------wrapper()
----.gitignore(399B)
----README.md(6KB)
----settings.gradle(34B)
----build.gradle(760B)

网友评论