File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!DOC TYPE html>
22< html lang ="en ">
3+ <!--
4+ SPDX-FileCopyrightText: 2025 Sergei Egorov
5+ SPDX-License-Identifier: MIT
6+ -->
37 < head >
48 < meta charset ="utf-8 ">
5- < title > SRFI ### : String syntax for Scheme Regular Expressions</ title >
9+ < title > SRFI 264 : String syntax for Scheme Regular Expressions</ title >
610 < link href ="/favicon.png " rel ="icon " sizes ="192x192 " type ="image/png ">
711 < link rel ="stylesheet " href ="https://srfi.schemers.org/srfi.css " type ="text/css ">
812 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1519 </ head >
1620 < body >
1721 < h1 > < a href ="https://srfi.schemers.org/ "> < img class ="srfi-logo " src ="https://srfi.schemers.org/srfi-logo.svg "
18- alt ="SRFI surfboard logo " /> </ a > ### : String syntax for Scheme Regular Expressions</ h1 >
22+ alt ="SRFI surfboard logo " /> </ a > 264 : String syntax for Scheme Regular Expressions</ h1 >
1923
2024< p > by Sergei Egorov</ p >
2125
@@ -536,12 +540,12 @@ <h3 id="options">Regexp options</h3>
536540and thus is not converted to SRE < code > w/nocapture</ code > , which would disable all capturing.
537541</ p >
538542
539- < h2 id ="implementation "> Reference implementation</ h2 >
543+ < h2 id ="implementation "> Sample implementation</ h2 >
540544
541545< p > Implementation note: </ p >
542546
543- < a href ="ssre .scm "> Source for the reference implementation</ a > (R6RS/R7RS).< br />
544- < a href ="ssre -tests.scm "> Tests</ a > (ASCII only).
547+ < a href ="srfi/:264/srfi-264 .scm "> Source for the sample implementation</ a > (R6RS/R7RS).< br />
548+ < a href ="srfi/:264/srfi-264 -tests.scm "> Tests</ a > (ASCII only).
545549
546550< h2 id ="acknowledgements "> Acknowledgements</ h2 >
547551
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments