summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2022-07-22 17:32:20 +0000
committeralex <alex@pdp7.net>2022-07-22 17:32:20 +0000
commit95ef450e712440843545ba9a170ae9571e09280c (patch)
tree291dc80d75940f6d50b93b542d0ceba4e6b990f0
parent3075e163aae3c971cb16748f938234fb3728d11f (diff)
Add some links to experiments
-rw-r--r--IDEAS.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/IDEAS.org b/IDEAS.org
index 705af994..3a8f9e1b 100644
--- a/IDEAS.org
+++ b/IDEAS.org
@@ -20,6 +20,7 @@
- A toolkit to write parsers for languages which are not CFGs and that need Turing-complete parsing code.
- Provides tools to implement stateful lexers, keeping line-column information and generating good error messages.
- Provides tools to transform the token stream, using arbitrary code, to generate annotated ASTs (i.e. with line/column number information)
+- See https://github.com/alexpdp7/lmparser
* Extensible lightweight markup language
@@ -27,6 +28,7 @@
- But with a well-defined AST
- Complex nested lists
- Styling of code blocks (highlighting, user input, replaceable...)
+- See https://github.com/alexpdp7/lmparser
* Streaming DB
@@ -73,6 +75,7 @@ See https://github.com/EvgSkv/logica
- Speaks XOAUTH2
- Syncs to something Mutt/Notmuch/etc. can use easily
+- See https://github.com/alexpdp7/notsomuchcomplex
* Parallel execution framework