From 96362daa03ca36a94ca7c5939446f772d95229b5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 18 Jun 2024 16:02:46 +0100 Subject: Improved parsing --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fcbb5bd..dd6fb76 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,7 @@ end A program can have: * line comments, with `#` -* function definitions -* expressions +* function definitions, that contain other function definitions and expressions A `main()` function is required and will be executed as entry point for the program. @@ -62,10 +61,9 @@ Literals include: * strings: `"this is a string"` * booleans (`true` or `false`), as result of some logical functions; although 0 is false and non-zero is true * lists -* functions -* none for "no value" +* `none` for "no value" -Operators are functions, that includes: +Operators are functions, that include: * `+`, `-`, `*`, `/`, `mod` * `>`, `<`, `>=`, `<=`, `=`, `!=` -- cgit v1.2.3