From 2065a728c8684b552e688b905ce0b8125ab02844 Mon Sep 17 00:00:00 2001 From: Danilo Piazzalunga Date: Mon, 25 Nov 2024 11:05:47 +0100 Subject: [PATCH] Add README.md --- README.md | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e13c2e --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +# HTML is a programming Language + +With the power of web components, HTML really can be a programming language. + +## Features + +### Conditional Statements + +```html + + + +``` + +### Loops + +```html + +``` + +### Pattern Matching + +```html + +``` + +### Functions + +```html + + + + + + + + + + + + + + + + + + +``` + +#### Functions with Return Values + +```html + + '{platform}' === '🦋' + + + + + + + + + + +``` + +## Project Goals + +- Write this library using itself.