From afd926c4f788cdded01f2511ddc79555cde5df22 Mon Sep 17 00:00:00 2001 From: Alexis Lockwood Date: Thu, 8 Jul 2021 19:57:06 -0600 Subject: Readme edits --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e48017..1073460 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ make check make clean ``` -### Cross-compiling only the library: +### Cross-compiling only the library and/or with extra flags: ``` make CC=avr-gcc EXTRA_FLAGS=-fshort-enums @@ -104,9 +104,6 @@ The following things use pool entries: - Internal asserts for better `LS_INTERNAL_ERROR` info - Hardwiring the ls object to a static, this should reduce code size a lot - Disabling features not needed, including hooks, fetcher (xiram) -- All keywords (except block definers like loops) should cleanly stop parsing - at the first keyword they don't recognize. This will enable things like - IF...THEN...ELSE - It'd be cool if `ls_minify` could access full idents beyond `LS_IDENT_LEN`; the number of possible minified six-letter idents is enormous (about 52 billion if I did the math right) so if you're always going to minify idents -- cgit v1.2.3