-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (17 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<title>LexicalAnalyser Documentation</title>
<meta name="description" content="Lexical Analyser is a Lexer / Tokenizer that determines whether a source code is accepted by a given Deterministic Finite State Automaton or not. - MERZAK-X/LexicalAnalyser">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/LexicalAnalyser.svg">
<meta property="og:type" content="">
<meta property="og:image" content="assets/img/LexicalAnalyser-og.png">
<meta name="twitter:title" content="LexicalAnalyser">
<meta name="twitter:image" content="assets/img/LexicalAnalyser-og.png">
<meta name="google-site-verification" content="JBlrVR2eFoHvNbAylJ8w4D6h5slpM43Sfov61ouRsb4">
<meta name="keywords" content="LexicalAnalyser, Lexer, Tokenizer, LexicalAnalyzer, MERZAK, MERZAK-X, Mohamed MERZAK, Tea">
</head>
<body>
<!--<iframe src="https://merzak-x.github.io/LexicalAnalyser/" allowfullscreen="" style="border:none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%;" width="1280" height="720"></iframe>-->
<script> window.location.href ="https://merzak-x.github.io/LexicalAnalyser/" </script>
</body>