diff options
author | Eduardo Julian | 2021-08-08 17:56:15 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-08-08 17:56:15 -0400 |
commit | f621a133e6e0a516c0586270fea8eaffb4829d82 (patch) | |
tree | 399396ee2f6a10df10cea9b78c51c76679b70e59 /documentation/book | |
parent | 17e7566be51df5e428a6b10e6469201a8a9468da (diff) |
No more #export magic syntax.
Diffstat (limited to '')
4 files changed, 13 insertions, 1 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_9.md b/documentation/book/the_lux_programming_language/chapter_9.md index d79057d63..5820ecaaa 100644 --- a/documentation/book/the_lux_programming_language/chapter_9.md +++ b/documentation/book/the_lux_programming_language/chapter_9.md @@ -42,7 +42,7 @@ The `Lux` type enters the stage. The `Lux` type represents the state of the Lux compiler at any given point. -It iss not a reflection of that state, or a subset of it. It is `the` state of the Lux compiler; and, as you can see, it contains quite a lot of information about compiled modules, the state of the type-checker, the lexical and global environments, and more. +It is not a reflection of that state, or a subset of it. It is `the` state of the Lux compiler; and, as you can see, it contains quite a lot of information about compiled modules, the state of the type-checker, the lexical and global environments, and more. Heck, you can even access the yet-unprocessed source code of a module at any given time. diff --git a/documentation/bookmark/patent.md b/documentation/bookmark/patent.md new file mode 100644 index 000000000..31c82b64d --- /dev/null +++ b/documentation/bookmark/patent.md @@ -0,0 +1,4 @@ +# Reference + +1. [Patent Potato](https://patentpotato.com/) + diff --git a/documentation/bookmark/user_interface/responsiveness.md b/documentation/bookmark/user_interface/responsiveness.md new file mode 100644 index 000000000..e119ca24e --- /dev/null +++ b/documentation/bookmark/user_interface/responsiveness.md @@ -0,0 +1,4 @@ +# Reference + +1. [Improving responsiveness in text inputs](https://nolanlawson.com/2021/08/08/improving-responsiveness-in-text-inputs/) + diff --git a/documentation/bookmark/user_interface/text_based.md b/documentation/bookmark/user_interface/text_based.md new file mode 100644 index 000000000..56dbb6322 --- /dev/null +++ b/documentation/bookmark/user_interface/text_based.md @@ -0,0 +1,4 @@ +# Reference + +1. [Textual](https://github.com/willmcgugan/textual) + |