Skip to content

Commit 84c0767

Browse files
authored
regarding implementations...
1 parent 075c74e commit 84c0767

7 files changed

Lines changed: 8 additions & 117 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Red Sea Markup Language
22
<!--suppress HtmlDeprecatedAttribute -->
3-
<img src="Assets/FullSizeLogo.png" alt="RSML Logo" align="right" width="115">
3+
<img src="assets/FullSizeLogo.png" alt="RSML Logo" align="right" width="115">
44

55
[![NuGet Version](https://img.shields.io/nuget/v/OceanApocalypseStudios.RSML?style=for-the-badge&logo=nuget&logoColor=white&logoSize=auto&label=Available%20on%20NuGet&labelColor=%231265fb&color=%2308317b)](https://www.nuget.org/packages/OceanApocalypseStudios.RSML)
66
[![GitHub Release](https://img.shields.io/github/v/release/OceanApocalypseStudios/RedSeaMarkupLanguage?sort=semver&display_name=tag&style=for-the-badge&logo=github&logoColor=white&logoSize=auto&label=Latest&labelColor=%23161616&color=%23000308)](https://github.com/OceanApocalypseStudios/RedSeaMarkupLanguage/releases/latest)

docs/language/implementations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# RSML Implementations
2+
Anyone can implement their own RSML parser and evaluator, but one should do their best to ensure that it adheres to the RSML specification as closely as possible.
3+
4+
Furthermore, it's highly recommended to inform the implementation's users about the level of compliance with the RSML specification, including any known limitations or deviations.
5+

docs/language/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ This is a quick reference sheet on RSML's syntax.
445445
## What might be coming soon?
446446
Well, you haven't heard this from me, but there are plans to add more features to RSML in future versions, such as:
447447

448-
- **Logical INBETWEEN/OR operators** in logic paths, to allow for more complex matching conditions.
448+
- **Logical INBETWEEN operator** in logic paths, to allow for more complex matching conditions.
449449
- **Line-NOT and Argument-NOT operators** to negate matches.
450450
- **Support for more operating systems and CPU architectures** as they become relevant.
451451
- **Enhanced error handling and reporting** for better debugging.

docs/language/standards/index.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/language/standards/official-25.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/language/standards/roadlike.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,7 @@ nav:
233233
- Alternatives to RSML: why/alternatives.md
234234
- Language:
235235
- RSML as a Language: language/index.md
236-
- Standards:
237-
- About Language Standards: language/standards/index.md
238-
- Official 25: language/standards/official-25.md
239-
- Road-Like: language/standards/roadlike.md
236+
- RSML Implementations: language/implementations.md
240237
- API:
241238
- RSML as an API: api/index.md
242239
- Guides:

0 commit comments

Comments
 (0)