-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20fe497
commit c01cdd0
Showing
2 changed files
with
63 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="0; url=https://biscuitlang.org/versions/0.11.1/index.html"> | ||
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> | ||
<meta http-equiv="pragma" content="no-cache"> | ||
<meta http-equiv="expires" content="0"> | ||
<title>Redirecting...</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://biscuitlang.org/versions/master/styles.css"> | ||
<link rel="icon" type="image/x-icon" href="https://biscuitlang.org/versions/master/favicon.png"> | ||
</head> | ||
<body> | ||
<p>If you are not redirected, <a href="https://biscuitlang.org/versions/0.11.1/index.html">click here</a>.</p> | ||
<div class="container"> | ||
<div class="column" id="column1"> | ||
<div class="logo"> | ||
<img src="https://biscuitlang.org/versions/master/biscuit_logo.svg"> | ||
</div> | ||
</div> | ||
<div class="column" id="column2"> | ||
<h1 id="Biscuit-Language">Biscuit Language</h1> | ||
<p>The Biscuit Language (BL) is simple imperative programming language using LLVM backend implemented | ||
in C. Language syntax and all it's features are still in development and not ready for 'real' use | ||
yet. Biscuit is designed to be simple, fast and explicit.</p> | ||
<ul> | ||
<li>Simple small language.</li> | ||
<li>Manual memory management.</li> | ||
<li>ABI compatibility with C libraries.</li> | ||
<li>Game development oriented.</li> | ||
<li>Compilation to native binary.</li> | ||
<li>Integrated interpreter.</li> | ||
<li>Offer testing tools out of the box.</li> | ||
<li>Rich type info in runtime.</li> | ||
<li>Debugging in gdb, lldb and Visual Studio.</li> | ||
</ul> | ||
<h2 id="Source-Code">Source Code</h2> | ||
<ul> | ||
<li><a href="https://github.com/travisdoor/bl">Github</a></li> | ||
</ul> | ||
<h2 id="Versions">Versions</h2> | ||
<ul> | ||
<li><a href="https://biscuitlang.org/versions/0.11.1"><b>Latest Release</b></a></li> | ||
<li><a href="https://biscuitlang.org/versions/master/">master</a> (current unstable version)</li> | ||
<li><a href="https://biscuitlang.org/versions/0.11.0/">0.11.0</a></li> | ||
<li><a href="https://biscuitlang.org/versions/0.9.0/">0.9.0</a></li> | ||
<li><a href="https://biscuitlang.org/versions/0.8.0/">0.8.0</a></li> | ||
<li><a href="https://biscuitlang.org/versions/0.7.2/">0.7.2</a></li> | ||
<li><a href="https://biscuitlang.org/versions/0.7.1/">0.7.1</a></li> | ||
<li><a href="https://biscuitlang.org/versions/0.7.0/">0.7.0</a></li> | ||
<li><a href="https://biscuitlang.org/versions/0.6.0/">0.6.0</a></li> | ||
</ul> | ||
</div> | ||
<div class="column" id="column3"> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters