2023-04-11 19:54:18 Hi crc=)  as I've said yesterday, have you ever figured out how to embed retro as interpreter os something alike in a C program like  https://tic80.com/? 2023-04-11 20:09:17 http://forth.works/temp/z.tar.gz 2023-04-11 20:09:38 This has an older version of the repl that shows some interfacing with C calling into the Forth 2023-04-11 20:10:41 it has functions for searching the dictionary (d_lookup), calling forth words by pointer (execute), or interpreting a token (evaluate) 2023-04-11 20:11:09 Amazing!!! thank you 2023-04-11 20:12:02 I hope it helps. I updated it to work with the latest release (the dictionary search stuff has to be setup to match the dictionary header layout, which has changed a few times)