From 45f98f0d76a83d4cfec4f1009f7989bed1e924d7 Mon Sep 17 00:00:00 2001 From: Heavpoot Date: Sat, 22 May 2021 23:43:46 +0100 Subject: [PATCH] add hloglang --- hloglang/theme.css | 45 +++++++++++++++++++++++++++++++++++++ hloglang/words.html | 55 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 hloglang/theme.css create mode 100644 hloglang/words.html diff --git a/hloglang/theme.css b/hloglang/theme.css new file mode 100644 index 0000000..84c3000 --- /dev/null +++ b/hloglang/theme.css @@ -0,0 +1,45 @@ +body { + background-color:rgb(2,1,43); + color:#CCC; + width:auto; + max-width:80ch; + margin-left:auto; + margin-right:auto; + font-family:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size:1.5rem; + line-height:1.6; +} +lime { + color:lime; +} +green { + color:green; + font-weight:bold; +} +magenta { + color:magenta; + font-weight:bold; +} +st { + color:#cc9933; + font-weight:bold; +} +tv { + color:#2050FF; + font-weight:bold; +} +c { + color: lime; + font-weight:bold; +} + +cm { + color: #FFFF60; + font-weight:bold; +} +unl { + text-decoration: underline; +} +hr { + color: purple; +} \ No newline at end of file diff --git a/hloglang/words.html b/hloglang/words.html new file mode 100644 index 0000000..973b7ed --- /dev/null +++ b/hloglang/words.html @@ -0,0 +1,55 @@ + + + unnamed conlang + + + +

Hi. This is my conlang.

+

There are a few types of words as of now.

+
+

Truth values

+

+ Truth values are an intrinsic property of statements. +

+

+ For example, the truth value of the statement "if x is true, then x" is true. +

+ +

"Paradoxical"

+

This is the truth value of statements like "this statement is false" and such.

+

"Unknown"

+

This is the truth value of statements where there is not enough information to deduce a truth value, like "x is true".

+
+

Statements

+

+ A statement is a fact, like "at least one thing exists". +

+

+ A statement generally has a truth value. It consists of concepts and other statements, primarily. Statements are what is fundamentally communicated. +

+

+ Stating a statement implicitly implies that it is true. +

+ +

Example

+

+ lontra klastra anapios: a bee exists +

+

+ lontra indicates x1 exists. x1 is klastra anapios, + where klastra is a content modifier meaning "a nonspecific x1". + As a result, klastra anapios is "an anapios", which is a bee. So, a bee exists. +

+
+ + \ No newline at end of file