diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-12 19:13:04 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-12 19:13:04 +0200 |
commit | a9dc1c05d94cb9e7b381618907c6c83b02718391 (patch) | |
tree | 0950de35a9b6d6eac73788b321e374cdbbd79567 /index.gsp | |
parent | 9359c636187e19231204499b7cd3da3d6c407198 (diff) |
Reword some things
Diffstat (limited to 'index.gsp')
-rw-r--r-- | index.gsp | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -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. } } } |