From d081f363b1d47148206ccca3332eb4bf55401383 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 15 Aug 2022 17:21:34 -0400 Subject: [PATCH] Add guideline I forgot to add earlier --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ca2326..21b85c4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ These are some design goals that I have followed/am following: - Language syntax must have zero ambiguity - The compiler should not generate new functions or complex logic that the user has not written +- One line at a time - the language's syntax should encourage writing code that + flows vertically and not horizontally, with minimal nesting ## Planned features