From 788b8af6769f58f41e047ec2fdccb1a6fba35c4f Mon Sep 17 00:00:00 2001 From: c+1 Date: Sun, 29 Oct 2023 17:14:01 -0400 Subject: README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') 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 ?? -- cgit v1.2.3