This commit is contained in:
2025-10-15 17:27:28 +02:00
parent 5e8386c6b9
commit 68233173a7
+1 -1
View File
@@ -34,7 +34,7 @@ let some_list =
## Features ## Features
1. Turing-complete language with first-class HTML support, routines, and an import system 1. Turing-complete language with first-class HTML support, procedures, and an import system
2. Easy to embed: The interpreter is a single C file with no dependencies that performs no allocations or I/O 2. Easy to embed: The interpreter is a single C file with no dependencies that performs no allocations or I/O
3. Built-in XSS protection: `escape()` operator to sanitize dynamic HTML 3. Built-in XSS protection: `escape()` operator to sanitize dynamic HTML