diff options
author | EuAndreh <eu@euandre.org> | 2025-04-01 06:09:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-02 08:05:48 -0300 |
commit | d5795ea791bd49a8ef30f1c00c811f3f4975770e (patch) | |
tree | ee8781f5231c0d66802322e5857e1690f7b2dacb /src/content/blog/2020/11/12/database-parsers-trees.adoc | |
parent | src/content/style.css: Add adjustment for asciidoc (diff) | |
download | euandre.org-d5795ea791bd49a8ef30f1c00c811f3f4975770e.tar.gz euandre.org-d5795ea791bd49a8ef30f1c00c811f3f4975770e.tar.xz |
src/content/: Tweak asciidoc leftovers
Diffstat (limited to 'src/content/blog/2020/11/12/database-parsers-trees.adoc')
-rw-r--r-- | src/content/blog/2020/11/12/database-parsers-trees.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/blog/2020/11/12/database-parsers-trees.adoc b/src/content/blog/2020/11/12/database-parsers-trees.adoc index eed785b..1d5770c 100644 --- a/src/content/blog/2020/11/12/database-parsers-trees.adoc +++ b/src/content/blog/2020/11/12/database-parsers-trees.adoc @@ -181,7 +181,7 @@ I think the best way to get there is by taking the existing code for cbindgen, which uses the {syn-crate}[syn] crate to parse the Rust code{empty}footnote:rust-syn[ The fact that syn is an external crate to the Rust compiler points to a big - warning: procedural macros are not first class in Rust. They are just like + warning: procedural macros are not first class in Rust. They are just like Babel plugins in JavaScript land, with the extra shortcoming that there is no specification for the Rust syntax, unlike JavaScript. FIXME |