Skip to content

Commit 9a25cd3

Browse files
Assign number 264. "Reference" => "Sample".
1 parent 2b85e6f commit 9a25cd3

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

srfi-ssre.html renamed to srfi-264.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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">
@@ -15,7 +19,7 @@
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>
536540
and 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.

0 commit comments

Comments
 (0)