Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
*.toc
*.out
*.pdf
!fig/appendix3_nesting.pdf
6 changes: 6 additions & 0 deletions doc/abs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
language syntaxes such as URIs, HTML, and JavaScript,
exploring the benefits, costs, and compatibility issues
in adopting the proposed matchertext discipline.
An empirical analysis of roughly 470~million string literals
drawn from thousands of production repositories
finds that real-world code is already overwhelmingly compliant
with this discipline,
and that adopting it could eliminate
around 95\% of the backslash escapes in string literals.
We also present MinML,
an experimental markup syntax designed around matchertext,
as a concise but general alternative syntax for writing HTML or XML.
Expand Down
Loading