about summary refs log tree commit diff homepage
path: root/explore.html
diff options
context:
space:
mode:
Diffstat (limited to 'explore.html')
-rw-r--r--explore.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/explore.html b/explore.html
index 37967fa..3d5e1bc 100644
--- a/explore.html
+++ b/explore.html
@@ -42,6 +42,22 @@ Code is available from
 <a href="https://code.causal.agency/june/torus">Code Toilet</a>.
 
 <script>
+	/* Copyright (C) 2019  C. McEnroe <june@causal.agency>
+	 *
+	 * This program is free software: you can redistribute it and/or modify
+	 * it under the terms of the GNU Affero General Public License as published by
+	 * the Free Software Foundation, either version 3 of the License, or
+	 * (at your option) any later version.
+	 *
+	 * This program is distributed in the hope that it will be useful,
+	 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+	 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	 * GNU Affero General Public License for more details.
+	 *
+	 * You should have received a copy of the GNU Affero General Public License
+	 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+	 */
+
 	let tile = document.getElementById("tile");
 	let larr = document.getElementById("larr");
 	let darr = document.getElementById("darr");
-0500'>2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe