diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |