slviajero / tinybasic

A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features.
GNU General Public License v3.0
203 stars 31 forks source link

Eliza.bas test broken in ARDUINOSPIRAM code #19

Closed slviajero closed 2 years ago

slviajero commented 2 years ago

Eliza shows string handling problems with the SPIRAM option, suspected cause is the buffer handling around streval

slviajero commented 2 years ago

Fixed, streval patch