aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc+12023-10-29 17:14:01 -0400
committerc+12023-10-29 17:14:01 -0400
commit788b8af6769f58f41e047ec2fdccb1a6fba35c4f (patch)
treec55b5332fd9d79cc99d9bf77c8ba7edcd4762862
parent8aac9c7a82027ba9d90c0546be7f091df89a6d1f (diff)
README
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5a42d7b..043723b 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ One must simply
$ halk examples/simple.halk
```
-. Running *HALK* with no arguments allows one to lex(?) arbitrary text through stdin.
-An example session is displayed below:
+. Running *HALK* with no arguments allows one to lex(?) arbitrary text through stdin. An
+example session is displayed below:
```text
$ halk
@@ -49,15 +49,15 @@ $ halk
# Syntax
-*HALK* is a **dubiously-typed**, **vaguely-functional**, **interpreted** programming language, with syntax designed to be as
-**minimal** and **consistent** as possible.
-Note that all syntax described is liable to sudden and violent change.
+*HALK* is a **dubiously-typed**, **vaguely-functional**, **interpreted** programming language,
+with syntax designed to be as **minimal** and **consistent** as possible. Note that all syntax
+described is liable to sudden and violent change.
Example programs can be found [here](../tree/examples).
- [x] Preprocessor
- [x] Lexer
-- [ ] Abstract Syntax Tree
+- [x] Abstract Syntax Tree
- [ ] Parser
- [ ] Doer
- [ ] ?? profit ??