mirror of
https://github.com/urinalcaketopper/fddl.dev.git
synced 2025-06-06 13:34:45 +00:00
added screenshot lol
This commit is contained in:
parent
0cfcecd0a7
commit
cda840acf7
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>fddl Programming Language</title>
|
<title>fddl programming language</title>
|
||||||
<!-- Meta Tags for SEO -->
|
<!-- Meta Tags for SEO -->
|
||||||
<meta name="description" content="fddl is a small programming language inspired by various languages, designed to help learn language implementation concepts in Rust.">
|
<meta name="description" content="fddl is a small programming language inspired by various languages, designed to help learn language implementation concepts in Rust.">
|
||||||
<meta name="keywords" content="fddl programming language, Rust, hobby language, lexer, parser, interpreter, custom syntax, language implementation">
|
<meta name="keywords" content="fddl programming language, Rust, hobby language, lexer, parser, interpreter, custom syntax, language implementation">
|
||||||
@ -26,8 +26,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<img src="logo-small.png" class="logo" alt="fddl temporary logo">
|
<a href="https://fddl.dev"><img src="logo-small.png" class="logo" alt="fddl temporary logo"></a>
|
||||||
<h1>fddl Programming Language</h1>
|
<h1>fddl programming language</h1>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section class="images">
|
<section class="images">
|
||||||
@ -35,6 +35,7 @@
|
|||||||
<img src="02.png" alt="Lexer Tests Screenshot">
|
<img src="02.png" alt="Lexer Tests Screenshot">
|
||||||
<img src="03.png" alt="REPL Screenshot">
|
<img src="03.png" alt="REPL Screenshot">
|
||||||
<img src="04.png" alt="Parsing 'hello, world'">
|
<img src="04.png" alt="Parsing 'hello, world'">
|
||||||
|
<img src="05.png" alt="ast progress">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
|
BIN
logo.webp~
BIN
logo.webp~
Binary file not shown.
Before Width: | Height: | Size: 155 KiB |
@ -74,6 +74,8 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.contact {
|
.contact {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user