-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Rebuild text parsing. Remove (expr), add (sym)(str)(num)(nl)
Previously, (expr) had anonymous "str" "num" and "sym" nodes. Those are now exposed. (sym) nodes retain the anonymous symbols, like (sym "*"). Additionally, (sym next: "str") indicates the symbol is before an immediate (str), and (sym prev: "num") indicates the symbol is after a number. Add (nl) in multiline text: - (paragraph) - (fndef (description)) - (contents), in drawers, blocks, dynamic blocks, and latex_envs Add "sub" and "final" fields to (stars)
- Loading branch information
Showing
13 changed files
with
71,319 additions
and
80,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ build | |
*.log | ||
/examples/*/ | ||
/target/ | ||
*.so | ||
*.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.