diff options
author | Alexis Lockwood | 2021-07-08 19:57:06 -0600 |
---|---|---|
committer | Alexis Lockwood | 2021-07-08 19:57:06 -0600 |
commit | afd926c4f788cdded01f2511ddc79555cde5df22 (patch) | |
tree | b18f99a8f56877960a0685be37f6dd4e45e72de4 | |
parent | 50651dae90976f223dfe58dc941c188f684cd40e (diff) |
Readme edits
-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 |