summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.gsp19
1 files changed, 11 insertions, 8 deletions
diff --git a/index.gsp b/index.gsp
index d775e98..9ef6f13 100644
--- a/index.gsp
+++ b/index.gsp
@@ -109,8 +109,12 @@ html lang="en" {
}
x-description {-A better syntax for HTML}
p {-
- A transpiler from an alternative (better) syntax to HTML, because HTML
- is quite bad. This very page is written in it.
+ A transpiler written in Go to convert a custom syntax into HTML,
+ written because HTML lacks proper ergonomics.
+ @a href="https://git.thomasvoss.com/cv.thomasvoss.com/tree/index.gsp"
+ {=
+ This very website is written in and compiled using GSP
+ }.
}
}
@@ -122,8 +126,9 @@ html lang="en" {
}
x-description {-Move Mapped/Multiple Files}
p {-
- The best tool ever made for renaming- or moving multiple files. I am
- not exaggerating.
+ A tool written in Rust to rename- and move files in bulk. This is in
+ my opinion the most extensible and most effective file renaming- and
+ moving tool ever created.
}
}
@@ -150,10 +155,8 @@ html lang="en" {
}
x-description {-Optimizing Brainfuck Interpreter in x86 Assembly}
p {-
- A Brainfuck interpreter written in x86-64 assembly that compiles the
- given brainfuck source code file into a bytecode. The bytecode is
- then optimized and finally executed. Also, I did proper error
- checking.
+ A Brainfuck interpreter written in x86-64 assembly that performs code
+ compilation, optimization, and proper error reporting.
}
}
}