diff options
author | c+1 | 2023-10-29 17:14:01 -0400 |
---|---|---|
committer | c+1 | 2023-10-29 17:14:01 -0400 |
commit | 788b8af6769f58f41e047ec2fdccb1a6fba35c4f (patch) | |
tree | c55b5332fd9d79cc99d9bf77c8ba7edcd4762862 | |
parent | 8aac9c7a82027ba9d90c0546be7f091df89a6d1f (diff) |
README
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 ?? |