git @ Cat's Eye Technologies Strelnokoff / 62cb11f
Remove old docs that mistakenly survived the merge from 2024.0119. Chris Pressey 1 year, 4 months ago
2 changed file(s) with 0 addition(s) and 40 deletion(s). Raw diff Collapse all Expand all
+0
-30
README.markdown less more
0 <!--
1 SPDX-FileCopyrightText: (c) 2001-2024 Chris Pressey, Cat's Eye Technologies
2
3 SPDX-License-Identifier: LicenseRef-BSD-2-Clause-X-Strelnokoff
4 -->
5
6 Strelnokoff
7 ===========
8
9 This is the reference distribution for Strelnokoff, an esoteric programming
10 language which is both imperative and non-deterministic.
11
12 There is no formal documentation to speak of as of yet, but if there ever
13 will be, it will be found in the `doc` subdirectory.
14
15 This distribution also contains an interpreter for Strelnokoff, written in
16 Perl, as `strelnokoff` in the `script` directory, and some example
17 Strelnokoff programs in the `eg` directory.
18
19 License
20 -------
21
22 This distribution is distributed under a constellation of permissive
23 licenses. The interpreter is distributed under a 2-clause BSD license, and
24 example programs in the `eg/` directory are in the public domain.
25
26 Following the [REUSE](https://reuse.software/) 3.0 scheme, the licences
27 themselved are kept in the [LICENSES](LICENSES) directory, and each
28 file is linked to the license that applies to it, either by comments
29 in the file itself, or by a section in the [.reuse/dep5](.reuse/dep5) file.
+0
-10
doc/Strelnokoff.markdown less more
0 <!--
1 Copyright (c) 2001-2024 Chris Pressey, Cat's Eye Technologies
2
3 SPDX-License-Identifier: LicenseRef-BSD-2-Clause-X-Strelnokoff
4 -->
5
6 The Strelnokoff Programming Language
7 ====================================
8
9 Specification forthcoming. Maybe.