in reply to Re: Parsing SExpressions (lisp)
in thread Parsing SExpressions (lisp)

Been chomping away at your code (thanks for it, I appreciate you helping me so much!), and am not sure of what approach to take with scripts, perhaps I should add a marker that tells us what script a command belongs to ..? ie a script is a new 'function' and can be called at any point.

I'm not sure, going to keep working at it to be sure I understand entirely what goes on in the parsing/parser before I make any major adjustments. :) i'll probably (if the command is anything but continuous) add them to userdefined functions.. UPDATERINGER: I have the parser now so that scripts (ie functions) get added to a hash and can therefore be looked up... Time for a whole new package for variables (types of variables have size limitations) then I suppose.