diff options
-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 ?? |