branch: elpa/forth-mode
commit 90c1ec529390156291d81d1693d8adfd13926876
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
GitHub README.
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..3ff4854f5c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+## Programming language mode for Forth.
+
+[]
+(https://melpa.org/#/forth-mode)
+
+Features in progress:
+
+- Recognises definitions and moves by balanced expressions.
+- Interact with a Forth session: enter commands, load files.
+- Display stack comment when moving the cursor over a word.
+- Edit block files.
+
+Planned:
+
+- Tab completion.
+- Query a running Forth about words, search order, etc.