From a9dc1c05d94cb9e7b381618907c6c83b02718391 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 12 Sep 2024 19:13:04 +0200 Subject: Reword some things --- index.gsp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'index.gsp') 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. } } } -- cgit v1.2.3