symbol-def (#1)

Started branch to add `pform`, ended up pulling in `symbol-def` from the forums. Also adds the editor code from the T-Deck.

Reviewed-on: kyle/ulisp-picocalc#1
Co-authored-by: Kyle Isom <kyle@imap.cc>
Co-committed-by: Kyle Isom <kyle@imap.cc>
This commit is contained in:
2025-04-07 21:41:44 +00:00
parent d493e5a896
commit a7f2940351
6 changed files with 150 additions and 1 deletions

View File

@@ -10498,6 +10498,7 @@ void setup () {
initkybd();
#endif
pfstring(PSTR("uLisp 4.7b "), pserial); pln(pserial);
loadimage(NULL);
}
// Read/Evaluate/Print loop