Search

You can find the results of your search below.

breeze
19 Hits, Last modified:
is an Arduino library that provides a Command Script Interpreter. It is currently a work in progress ... d language takes inspiration from [[https://en.wikipedia.org/wiki/BASIC|BASIC]] and [[https://en.wikipedia.org/wiki/Tcl|Tcl]]. I looked at many other pop... de was that commands cannot be continued over multiple lines of code. So each command line must be com
arduino
6 Hits, Last modified:
to be perfect, or even useful! ===== Command Script Interpreter ===== The basic idea is to produce ... exed sequential access method" or [[https://en.wikipedia.org/wiki/ISAM|ISAM]] for short. One of the u... d be to store the variables used by my Command Script Interpreter mentioned above. This would free up ... to store the current program within my Command Script Interpreter, again saving precious Arduino memor
avl_tree
5 Hits, Last modified:
cture that will allow us to use a [[https://en.wikipedia.org/wiki/Binary_search_algorithm|Binary Searc... e go, so they can be quickly retrieved later. Wikipedia has a nice description of [[https://en.wikipedia.org/wiki/AVL_tree|AVL Trees]], and enough pseudo code to get me started